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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c887 ppc_thread_state64_t *ts64 = &state64; local
889 ts64->srr0 = (uint64_t)p->p_threadstart;
890 ts64->r1 = (uint64_t)(th_stack - C_ARGSAVE_LEN - C_RED_ZONE);
891 ts64->r3 = (uint64_t)th_pthread;
892 ts64->r4 = (uint64_t)((unsigned int)th_thport);
893 ts64->r5 = (uint64_t)user_func;
894 ts64->r6 = (uint64_t)user_funcarg;
895 ts64->r7 = (uint64_t)user_stacksize;
896 ts64->r8 = (uint64_t)uap->flags;
898 thread_set_wq_state64(th, (thread_state_t)ts64);
927 x86_thread_state64_t *ts64 = &state64; local
2001 ppc_thread_state64_t *ts64 = &state64; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dthread_status.h224 x86_thread_state64_t ts64; member in union:x86_thread_state::__anon864
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c1494 struct ppc_thread_state64 *ts64 =(struct ppc_thread_state64 *)tsptr; local
1497 ts64->srr1 &= ~(MASK(MSR_POW)|MASK(MSR_ILE)|MASK(MSR_IP)|MASK(MSR_LE));
1498 ts64->srr1 |= (MASK(MSR_PR)|MASK(MSR_ME)|MASK(MSR_IR)|MASK(MSR_DR)|MASK(MSR_EE));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c1155 return set_thread_state64(thr_act, &state->uts.ts64);
1418 get_thread_state64(thr_act, &state->uts.ts64);

Completed in 89 milliseconds