Searched refs:x86_iframe_t (Results 1 – 7 of 7) sorted by relevance
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()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()260 static zx_status_t x86_pfe_handler(x86_iframe_t* frame) { in x86_pfe_handler()455 void x86_exception_handler(x86_iframe_t* frame) { in x86_exception_handler()[all …]
86 const x86_iframe_t* in) { in x86_fill_in_gregs_from_iframe()93 void x86_fill_in_iframe_from_gregs(x86_iframe_t* out, in x86_fill_in_iframe_from_gregs()
1879 static bool pmi_interrupt_handler(x86_iframe_t *frame, PerfmonState* state) { in pmi_interrupt_handler()2082 void apic_pmi_interrupt_handler(x86_iframe_t *frame) TA_NO_THREAD_SAFETY_ANALYSIS { in apic_pmi_interrupt_handler()
33 void apic_pmi_interrupt_handler(x86_iframe_t *frame);
37 x86_iframe_t *iframe;
37 typedef struct x86_64_iframe x86_iframe_t; typedef40 void x86_exception_handler(x86_iframe_t* frame);41 void platform_irq(x86_iframe_t* frame);45 x86_iframe_t* frame;
162 void platform_irq(x86_iframe_t* frame) { in platform_irq()
Completed in 21 milliseconds