Home
last modified time | relevance | path

Searched defs:x86_exception (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h21 struct x86_exception { struct
22 u8 vector;
23 bool error_code_valid;
24 u16 error_code;
25 bool nested_page_fault;
26 u64 address; /* cr2 or nested page fault gpa */
27 u8 async_page_fault;
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dinterrupt.h19 enum x86_exception { enum