Searched refs:ts64 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c1056 return set_thread_state64(thr_act, &state->uts.ts64);
1389 get_thread_state64(thr_act, &state->uts.ts64);
1661 state->uts.ts64.rax = saved_state->rax;
1662 state->uts.ts64.rbx = saved_state->rbx;
1663 state->uts.ts64.rcx = saved_state->rcx;
1664 state->uts.ts64.rdx = saved_state->rdx;
1665 state->uts.ts64.rdi = saved_state->rdi;
1666 state->uts.ts64.rsi = saved_state->rsi;
1667 state->uts.ts64.rbp = saved_state->rbp;
1668 state->uts.ts64
[all...]
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_support.c302 x86_thread_state64_t *ts64 = &state64; local
304 ts64->rip = (uint64_t)pthread_kern->proc_get_threadstart(p);
305 ts64->rdi = (uint64_t)th_pthread;
306 ts64->rsi = (uint64_t)(th_thport);
307 ts64->rdx = (uint64_t)user_func;
308 ts64->rcx = (uint64_t)user_funcarg;
309 ts64->r8 = (uint64_t)user_stacksize;
310 ts64->r9 = (uint64_t)flags;
314 ts64->rsp = (uint64_t)(th_stack - C_64_REDZONE_LEN);
316 error = pthread_kern->thread_set_wq_state64(th, (thread_state_t)ts64);
2445 x86_thread_state64_t *ts64 = &state64; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h240 x86_thread_state64_t ts64; member in union:x86_thread_state::__anon15461
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c975 struct user64_timespec ts64; local
976 error = copyin(uap->ts, &ts64, sizeof(ts64));
977 ts.tv_sec = ts64.tv_sec;
978 ts.tv_nsec = ts64.tv_nsec;

Completed in 185 milliseconds