xv6-simplified 0.1
简化版xv6
|
the riscv Platform Level Interrupt Controller(PLIC) 平台级中断控制 More...
#include "include/types.h"
#include "include/param.h"
#include "include/memlayout.h"
#include "include/riscv.h"
#include "include/defs.h"
Functions | |
void | plicinit (void) |
初始化平台级中断 | |
void | plicinithart (void) |
设置hart中相应的比特位 | |
int | plic_claim (void) |
获取目前应该服务的中断请求 | |
void | plic_complete (int irq) |
告知PLIC正在处理的中断请求 | |
the riscv Platform Level Interrupt Controller(PLIC) 平台级中断控制
int plic_claim | ( | void | ) |
获取目前应该服务的中断请求
void plic_complete | ( | int | irq | ) |
告知PLIC正在处理的中断请求
void plicinit | ( | void | ) |
初始化平台级中断
void plicinithart | ( | void | ) |
设置hart中相应的比特位