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

/darwin-on-arm/xnu/osfmk/i386/
H A Dthread.h172 #define USER_REGS64(Thr) (saved_state64(USER_STATE(Thr))) macro
176 USER_REGS64(Thr)->isf.rip )
H A Dbsd_i386_native.c91 bcopy(USER_REGS64(parent), USER_REGS64(child), sizeof(x86_saved_state64_t));
135 iss64 = USER_REGS64(parent);
H A Dbsd_i386.c218 iss64 = USER_REGS64(child);
598 iss64 = USER_REGS64(thread);
625 iss64 = USER_REGS64(thread);
654 iss64 = USER_REGS64(thread);
674 iss64 = USER_REGS64(thread);
H A Dpcb.c594 saved_state = USER_REGS64(thread);
689 saved_state = USER_REGS64(thread);
757 saved_state = USER_REGS64(thread);
892 saved_state = USER_REGS64(thr_act);
1219 saved_state = USER_REGS64(thr_act);
1803 ssp = USER_REGS64(thr_act);
1863 iss64 = USER_REGS64(thr_act);
H A Dtrap.c149 regs = USER_REGS64(thr_act);
213 uregs = USER_REGS64(thread);
1256 if (regs == USER_REGS64(current_thread()))
H A Dpcb_native.c486 saved_state = USER_REGS64(thread);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c598 iss64 = USER_REGS64(thread);
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c601 iss64 = USER_REGS64(thread);

Completed in 88 milliseconds