Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dbsd_i386_native.c89 bcopy(USER_REGS32(parent), USER_REGS32(child), sizeof(x86_saved_state32_t)); in machine_thread_dup()
139 iss32 = USER_REGS32(parent); in thread_set_parent()
H A Dthread.h165 #define USER_REGS32(Thr) (saved_state32(USER_STATE(Thr))) macro
169 USER_REGS32(Thr)->eip : \
H A Dbsd_i386.c273 iss32 = USER_REGS32(child); in thread_set_child()
753 iss32 = USER_REGS32(thread); in thread_setuserstack()
782 iss32 = USER_REGS32(thread); in thread_adjuserstack()
809 iss32 = USER_REGS32(thread); in thread_setentrypoint()
833 iss32 = USER_REGS32(thread); in thread_setsinglestep()
H A Dpcb.c636 saved_state = USER_REGS32(thread); in get_exception_state32()
652 saved_state = USER_REGS32(thread); in set_thread_state32()
781 saved_state = USER_REGS32(thread); in get_thread_state32()
940 saved_state = USER_REGS32(thr_act); in machine_thread_set_state()
1269 return (mach_vm_address_t)USER_REGS32(thr_act)->eip; in machine_thread_pc()
1284 USER_REGS32(thr_act)->eip = (uint32_t)pc; in machine_thread_reset_pc()
1397 saved_state = USER_REGS32(thr_act); in machine_thread_get_state()
2099 iss32 = USER_REGS32(thr_act); in get_useraddr()
H A Dpcb_native.c671 saved_state = USER_REGS32(thread); in thread_set_wq_state32()
H A Dtrap.c195 regs = USER_REGS32(thr_act); in thread_syscall_return()