Module trap

Module trap 

Source
Expand description

RISC-V 架构的陷阱处理模块

包含陷阱处理程序的实现

Re-exports§

pub use sum_guard::SumGuard;
pub use trap_frame::TrapFrame;

Modules§

sum_guard 🔒
SUM (permit Supervisor User Memory access) 位保护器
trap_frame 🔒
trap_handler 🔒
RISC-V 架构的陷阱处理程序实现

Functions§

__restore 🔒
__sigreturn_trampoline 🔒
boot_trap_entry 🔒
init
初始化陷阱处理程序
init_boot_trap
初始化引导时的陷阱处理程序
restore
恢复到陷阱前的上下文
set_boot_trap_entry 🔒
set_trap_entry 🔒
sigreturn_trampoline_address
获取信号返回的 trampoline 地址
trap_entry 🔒