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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_subr_ppc.c88 if (sv->save_exception == T_DTRACE_RET) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c464 if(sv->save_exception > T_MAX)
467 xcode = trap_type[sv->save_exception / 4]; /* Point to the type */
471 (unsigned int)sv->save_lr, (unsigned int)sv->save_r1, sv->save_exception, xcode);
H A Dtrap.c109 _thread->machine.pcb->save_exception = trapno / T_VECTOR_SIZE; /* back to powerpc */ \
906 kprintf(" xcp: %08X\n", ssp->save_exception); /* (TEST/DEBUG) */
1006 Call_Debugger(thread->machine.pcb->save_exception, regs);
H A Dsavearea.h149 unsigned int save_exception; member in struct:savearea
H A Dstatus.c297 es->exception = sv->save_exception;
320 xes->exception = sv->save_exception;
616 es->exception = sv->save_exception;
639 xes->exception = sv->save_exception;
861 genuser->save_exception = es->exception;
875 genuser->save_exception = xes->exception;
H A Dvmachmon.c907 save->save_exception = kVmmBogusContext*4; /* Indicate that this context is bogus now */
1837 sv->save_exception = kVmmReturnNull*4; /* Indicate that this is a null exception */
2020 sv->save_exception = kVmmStopped*4; /* Set a "stopped" exception */
H A Dgenassym.c1220 DECLARE("saveexception", offsetof(struct savearea *, save_exception));

Completed in 47 milliseconds