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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c907 kprintf(" ins0: %08X\n", ssp->save_instr[0]); /* (TEST/DEBUG) */
908 kprintf(" ins1: %08X\n", ssp->save_instr[1]); /* (TEST/DEBUG) */
909 kprintf(" ins2: %08X\n", ssp->save_instr[2]); /* (TEST/DEBUG) */
910 kprintf(" ins3: %08X\n", ssp->save_instr[3]); /* (TEST/DEBUG) */
911 kprintf(" ins4: %08X\n", ssp->save_instr[4]); /* (TEST/DEBUG) */
912 kprintf(" ins5: %08X\n", ssp->save_instr[5]); /* (TEST/DEBUG) */
913 kprintf(" ins6: %08X\n", ssp->save_instr[6]); /* (TEST/DEBUG) */
914 kprintf(" ins7: %08X\n", ssp->save_instr[7]); /* (TEST/DEBUG) */
H A Dsavearea.h166 unsigned int save_instr[16]; /* Instrumentation or emulation. Note: save_instr[0] is number of instructions */ member in struct:savearea
380 #define SAVinject 0x00200000 /* Indicates that save_instr contains code to inject */
381 #define SAVinjectb 10 /* Indicates that save_instr contains code to inject */
H A Dgenassym.c1231 DECLARE("saveinstr", offsetof(struct savearea *, save_instr));
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c590 sv->save_instr[0] = 1; /* We only have one instruction to inject */
591 sv->save_instr[1] = tp->ftt_instr; /* Set the instruction */

Completed in 22 milliseconds