Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S305 leaq do_virtualization_exception(%rip), %rax // 获取中断服务程序的地址
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs479 unsafe extern "C" fn do_virtualization_exception(regs: &'static TrapFrame, error_code: u64) { in do_virtualization_exception() function