Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs21 fn trap_int3(); in trap_int3() function
86 set_system_trap_gate(3, 0, VirtAddr::new(trap_int3 as usize)); in arch_trap_init()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S175 ENTRY(trap_int3)