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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h148 } *pcb_t; typedef in typeref:struct:pcb
171 pcb_t pcb;
H A Dbsd_i386.c102 thread_compose_cthread_desc(unsigned int addr, pcb_t pcb);
220 pcb_t parent_pcb;
221 pcb_t child_pcb;
446 thread_compose_cthread_desc(unsigned int addr, pcb_t pcb)
484 pcb_t pcb;
487 pcb = (pcb_t)current_thread()->machine.pcb;
500 pcb_t pcb;
503 pcb = (pcb_t)thread->machine.pcb;
509 pcb_t pcb;
530 pcb_t pc
[all...]
H A Dfpu.c254 pcb_t pcb;
340 pcb_t pcb;
405 pcb_t ppcb;
493 pcb_t pcb;
538 pcb_t pcb;
633 pcb_t pcb = thr_act->machine.pcb;
663 pcb_t pcb = thr_act->machine.pcb;
H A Dpcb.c253 pcb_t pcb;
314 pcb_t pcb;
429 pcb_t pcb = new->machine.pcb;
1652 pcb_t pcb = &thread->machine.xxx_pcb;
1759 register pcb_t pcb = thread->machine.pcb;
1773 thread->machine.pcb = (pcb_t)0;
H A Dgenassym.c220 DECLARE("PCB_FPS", offsetof(pcb_t, ifps));
221 DECLARE("PCB_ISS", offsetof(pcb_t, iss));
H A Dtrap.c1023 pcb_t pcb;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dthread.h65 typedef struct savearea *pcb_t; typedef in typeref:struct:savearea
H A Dstatus.c1691 else thread->machine.pcb = (pcb_t)sv; /* to the start if the only one */
1692 thread->machine.upcb = (pcb_t)sv; /* Set the user pcb */

Completed in 91 milliseconds