Home
last modified time | relevance | path

Searched refs:USER_REGS64 (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/i386/ !
H A Dbsd_i386_native.c88 bcopy(USER_REGS64(parent), USER_REGS64(child), sizeof(x86_saved_state64_t)); in machine_thread_dup()
132 iss64 = USER_REGS64(parent); in thread_set_parent()
H A Dthread.h166 #define USER_REGS64(Thr) (saved_state64(USER_STATE(Thr))) macro
170 USER_REGS64(Thr)->isf.rip )
H A Dbsd_i386.c266 iss64 = USER_REGS64(child); in thread_set_child()
745 iss64 = USER_REGS64(thread); in thread_setuserstack()
772 iss64 = USER_REGS64(thread); in thread_adjuserstack()
801 iss64 = USER_REGS64(thread); in thread_setentrypoint()
821 iss64 = USER_REGS64(thread); in thread_setsinglestep()
H A Dpcb.c601 saved_state = USER_REGS64(thread); in get_exception_state64()
707 saved_state = USER_REGS64(thread); in set_thread_state64()
794 saved_state = USER_REGS64(thread); in get_thread_state64()
990 saved_state = USER_REGS64(thr_act); in machine_thread_set_state()
1241 return (mach_vm_address_t)USER_REGS64(thr_act)->isf.rip; in machine_thread_pc()
1256 USER_REGS64(thr_act)->isf.rip = (uint64_t)pc; in machine_thread_reset_pc()
1400 saved_state = USER_REGS64(thr_act); in machine_thread_get_state()
2067 iss64 = USER_REGS64(thr_act); in get_useraddr()
H A Dtrap.c167 regs = USER_REGS64(thr_act); in thread_syscall_return()
1485 regs == USER_REGS64(current_thread())) { in sync_iss_to_iks()
H A Dpcb_native.c713 saved_state = USER_REGS64(thread); in thread_set_wq_state64()