Home
last modified time | relevance | path

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

/kernel/arch/arm64/include/arch/
A Darm64.h92 struct arch_exception_context { struct
93 struct arm64_iframe_long* frame;
94 uint64_t far;
95 uint32_t esr;
/kernel/arch/x86/include/arch/
A Dx86.h43 struct arch_exception_context { struct
44 bool is_page_fault;
45 x86_iframe_t* frame;
46 uint64_t cr2;

Completed in 11 milliseconds