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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.h77 extern void doexception(int exc, mach_exception_code_t code,
H A Dtrap.c103 * before calling doexception
742 doexception(exception, code, subcode);
827 doexception(exception, code, subcode);
834 doexception( function
H A Dhw_perfmon.c919 doexception(EXC_BREAKPOINT, EXC_PPC_PERFMON, (unsigned int)ssp->save_srr0); // pass up a breakpoint exception
H A Dhw_exception.s452 li r3,EXC_SYSCALL ; doexception(EXC_SYSCALL, num, 1)
457 b EXT(doexception) ; Go away, never to return...
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c131 extern void doexception(int exc, mach_exception_code_t code,

Completed in 405 milliseconds