Home
last modified time | relevance | path

Searched refs:x86_iframe_t (Results 1 – 7 of 7) sorted by relevance

/kernel/arch/x86/
A Dfaults.cpp41 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 …]
A Ddebugger.cpp86 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()
A Dperf_mon.cpp1879 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()
/kernel/arch/x86/include/arch/x86/
A Dperf_mon.h33 void apic_pmi_interrupt_handler(x86_iframe_t *frame);
/kernel/arch/x86/include/arch/
A Darch_thread.h37 x86_iframe_t *iframe;
A Dx86.h37 typedef struct x86_64_iframe x86_iframe_t; typedef
40 void x86_exception_handler(x86_iframe_t* frame);
41 void platform_irq(x86_iframe_t* frame);
45 x86_iframe_t* frame;
/kernel/platform/pc/
A Dinterrupts.cpp162 void platform_irq(x86_iframe_t* frame) { in platform_irq()

Completed in 21 milliseconds