Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dbsd_i386_native.c87 bcopy(USER_REGS64(parent), USER_REGS64(child), sizeof(x86_saved_state64_t)); in machine_thread_dup()
131 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.c265 iss64 = USER_REGS64(child); in thread_set_child()
747 iss64 = USER_REGS64(thread); in thread_setuserstack()
774 iss64 = USER_REGS64(thread); in thread_adjuserstack()
803 iss64 = USER_REGS64(thread); in thread_setentrypoint()
823 iss64 = USER_REGS64(thread); in thread_setsinglestep()
H A Dpcb.c623 saved_state = USER_REGS64(thread); in get_exception_state64()
729 saved_state = USER_REGS64(thread); in set_thread_state64()
816 saved_state = USER_REGS64(thread); in get_thread_state64()
1016 saved_state = USER_REGS64(thr_act); in machine_thread_set_state()
1267 return (mach_vm_address_t)USER_REGS64(thr_act)->isf.rip; in machine_thread_pc()
1282 USER_REGS64(thr_act)->isf.rip = (uint64_t)pc; in machine_thread_reset_pc()
1426 saved_state = USER_REGS64(thr_act); in machine_thread_get_state()
2093 iss64 = USER_REGS64(thr_act); in get_useraddr()
H A Dtrap.c169 regs = USER_REGS64(thr_act); in thread_syscall_return()
1578 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()