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

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c64 x86_saved_state64_t *state64; local
66 state64 = saved_state64(state);
67 rip = state64->isf.rip;
68 interrupt = state64->isf.trapno;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c886 ppc_thread_state64_t state64; local
887 ppc_thread_state64_t *ts64 = &state64;
926 x86_thread_state64_t state64; local
927 x86_thread_state64_t *ts64 = &state64;
2000 ppc_thread_state64_t state64; local
2001 ppc_thread_state64_t *ts64 = &state64;
2040 x86_thread_state64_t state64;
2041 x86_thread_state64_t *ts64 = &state64;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c1296 struct ppc_thread_state64 *state64; local
1301 state64 = (struct ppc_thread_state64 *)tstate;
1306 if (state64->r1 != MACH_VM_MIN_ADDRESS) {
1307 *user_stack = state64->r1;
1452 struct ppc_thread_state64 *state64; local
1457 state64 = (struct ppc_thread_state64 *)tstate;
1462 if (state64->srr0) {
1463 *entry_point = state64->srr0;

Completed in 46 milliseconds