Searched refs:exception_type (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dtrap.c131 static inline void update_arm_exception_state(abort_information_context_t *arm_ctx, uint32_t exception_type) argument
137 thread->machine.es.exception = exception_type;
228 uint32_t dfsr = 0, dfar = 0, ifsr = 0, ifar = 0, cpsr, exception_type = local
454 exception_type = EXC_BAD_ACCESS;
456 update_arm_exception_state(arm_ctx, exception_type);
514 exception_type = EXC_BAD_ACCESS;
516 update_arm_exception_state(arm_ctx, exception_type);
549 exception_type = EXC_BREAKPOINT;
551 update_arm_exception_state(arm_ctx, exception_type);
564 if (exception_type) {
624 uint32_t cpsr, exception_type = 0, exception_subcode = 0; local
[all...]

Completed in 15 milliseconds