Home
last modified time | relevance | path

Searched refs:handle_exception (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/init/
H A Dmod.rs18 use super::{cpu::init_local_context, interrupt::entry::handle_exception};
67 let ptr = handle_exception as *const () as usize; in setup_trap_vector()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dentry.rs14 pub unsafe extern "C" fn handle_exception() -> ! { in handle_exception() function