Home
last modified time | relevance | path

Searched refs:pcb_gsd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/i386/include/
H A Dpcb.h90 struct segment_descriptor pcb_gsd; /* %gs descriptor */ member
/netbsd-src/sys/arch/x86/x86/
H A Dsys_machdep.c547 #define pcb_gsd pcb_gs macro
589 memcpy(&pcb->pcb_gsd, &usd.sd, in x86_set_sdbase32()
661 sd = (void *)&curpcb->pcb_gsd; in x86_get_sdbase32()
/netbsd-src/sys/arch/i386/i386/
H A Dmachdep.c469 memcpy(&pcb->pcb_gsd, &gdtstore[GUDATA_SEL], sizeof(pcb->pcb_gsd)); in i386_proc0_pcb_ldt_init()
518 (union descriptor *)&pcb->pcb_gsd); in i386_tls_switch()
857 memcpy(&pcb->pcb_gsd, &gdtstore[GUDATA_SEL], sizeof(pcb->pcb_gsd)); in setregs()
H A Dtrap.c835 memcpy(&gsd, &pcb->pcb_gsd, sizeof(gsd)); in frame_dump()
H A Dgenassym.cf193 define PCB_GSD offsetof(struct pcb, pcb_gsd)