Lines Matching refs:x86_iframe_t

41 static bool is_from_user(const x86_iframe_t* frame) {  in is_from_user()
45 static void dump_fault_frame(x86_iframe_t* frame) { in dump_fault_frame()
83 __NO_RETURN static void exception_die(x86_iframe_t* frame, const char* msg) { in exception_die()
105 x86_iframe_t* frame) { in call_dispatch_user_exception()
113 static bool try_dispatch_user_exception(x86_iframe_t* frame, uint kind) { in try_dispatch_user_exception()
130 static void x86_debug_handler(x86_iframe_t* frame) { in x86_debug_handler()
149 static void x86_nmi_handler(x86_iframe_t* frame) { in x86_nmi_handler()
152 static void x86_breakpoint_handler(x86_iframe_t* frame) { in x86_breakpoint_handler()
159 static void x86_gpf_handler(x86_iframe_t* frame) { in x86_gpf_handler()
179 static void x86_invop_handler(x86_iframe_t* frame) { in x86_invop_handler()
186 static void x86_df_handler(x86_iframe_t* frame) { in x86_df_handler()
193 static void x86_unhandled_exception(x86_iframe_t* frame) { in x86_unhandled_exception()
200 static void x86_dump_pfe(x86_iframe_t* frame, ulong cr2) { in x86_dump_pfe()
227 __NO_RETURN static void x86_fatal_pfe_handler(x86_iframe_t* frame, ulong cr2) { in x86_fatal_pfe_handler()
260 static zx_status_t x86_pfe_handler(x86_iframe_t* frame) { in x86_pfe_handler()
329 static void x86_iframe_process_pending_signals(x86_iframe_t* frame) { in x86_iframe_process_pending_signals()
338 static void handle_exception_types(x86_iframe_t* frame) { in handle_exception_types()
455 void x86_exception_handler(x86_iframe_t* frame) { in x86_exception_handler()
526 x86_iframe_t frame = {}; in arch_dispatch_user_policy_exception()