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

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.c693 pcb_t ppcb; local
695 ppcb = THREAD_TO_PCB(parent);
697 if (ppcb->ifps == NULL)
705 simple_lock(&ppcb->lock);
707 if (ppcb->ifps != NULL) {
708 struct x86_fx_thread_state *ifps = ppcb->ifps;
724 bcopy((char *)(ppcb->ifps),
740 simple_unlock(&ppcb->lock);

Completed in 20 milliseconds