Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/i386/include/
Dpcb.h82 struct segment_descriptor pcb_fsd; member
/freebsd-9-stable/sys/i386/i386/
Dsys_machdep.c192 sdp = &td->td_pcb->pcb_fsd;
221 td->td_pcb->pcb_fsd = sd;
Dgenassym.c152 ASSYM(PCB_FSD, offsetof(struct pcb, pcb_fsd));
Dmachdep.c672 sdp = &td->td_pcb->pcb_fsd; in sendsig()
2788 thread0.td_pcb->pcb_fsd = PCPU_GET(fsgs_gdt)[0];
3395 sdp = &td->td_pcb->pcb_fsd; in get_mcontext()
/freebsd-9-stable/sys/i386/xen/
Dxen_machdep.c1230 uint32_t *b = (uint32_t *)&pcb->pcb_fsd; in xen_handle_thread_switch()
/freebsd-9-stable/sys/pc98/pc98/
Dmachdep.c606 sdp = &td->td_pcb->pcb_fsd; in sendsig()
2681 sdp = &td->td_pcb->pcb_fsd; in get_mcontext()