Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs32 fn trap_general_protection(); in trap_general_protection() function
101 set_intr_gate(13, 0, VirtAddr::new(trap_general_protection as usize)); in arch_trap_init()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S252 ENTRY(trap_general_protection)