Searched defs:arch_exception_context (Results 1 – 2 of 2) sorted by relevance
92 struct arch_exception_context { struct93 struct arm64_iframe_long* frame;94 uint64_t far;95 uint32_t esr;
43 struct arch_exception_context { struct44 bool is_page_fault;45 x86_iframe_t* frame;46 uint64_t cr2;
Completed in 11 milliseconds