#[unsafe(no_mangle)]
pub fn trap_handler(cx: &mut TrapContext) -> &mut TrapContext
Expand description
handle an interrupt, exception, or system call from user space
#[unsafe(no_mangle)]
pub fn trap_handler(cx: &mut TrapContext) -> &mut TrapContext
handle an interrupt, exception, or system call from user space