Home
last modified time | relevance | path

Searched refs:arch_exception_context_t (Results 1 – 8 of 8) sorted by relevance

/kernel/include/arch/
A Dexception.h15 typedef struct arch_exception_context arch_exception_context_t; typedef
22 arch_exception_context_t* context);
32 void arch_dump_exception_context(const arch_exception_context_t* context);
37 const arch_exception_context_t* context, zx_exception_report_t* report);
/kernel/object/
A Dexception.cpp122 const arch_exception_context_t* arch_context, in try_exception_handler()
147 arch_exception_context_t* context, in exception_handler_worker()
219 arch_exception_context_t* context) { in dispatch_user_exception()
A Dexcp_port.cpp261 const arch_exception_context_t* arch_context) { in BuildArchReport()
277 arch_exception_context_t context; in OnThreadStartForDebugger()
302 arch_exception_context_t context; in OnProcessStartForDebugger()
330 arch_exception_context_t context; in OnThreadExitForDebugger()
A Dthread_dispatcher.cpp583 const arch_exception_context_t* arch_context, in ExceptionHandlerExchange()
663 const arch_exception_context_t* arch_context) { in EnterException()
/kernel/object/include/object/
A Dthread_dispatcher.h124 const arch_exception_context_t* arch_context,
130 const arch_exception_context_t* arch_context);
A Dexcp_port.h64 const arch_exception_context_t* arch_context);
/kernel/arch/arm64/
A Dexceptions_c.cpp63 arch_exception_context_t context = {}; in try_dispatch_user_data_fault_exception()
424 void arch_dump_exception_context(const arch_exception_context_t* context) { in arch_dump_exception_context()
459 void arch_fill_in_exception_context(const arch_exception_context_t* arch_context, zx_exception_repo… in arch_fill_in_exception_context()
474 arch_exception_context_t context = {}; in arch_dispatch_user_policy_exception()
/kernel/arch/x86/
A Dfaults.cpp499 void arch_dump_exception_context(const arch_exception_context_t* context) { in arch_dump_exception_context()
516 void arch_fill_in_exception_context(const arch_exception_context_t* arch_context, in arch_fill_in_exception_context()
527 arch_exception_context_t context = {}; in arch_dispatch_user_policy_exception()

Completed in 85 milliseconds