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

/openbsd-current/sys/arch/i386/include/
H A Dpcb.h75 #define TSEG_FS 0 macro
/openbsd-current/sys/arch/i386/i386/
H A Dsys_machdep.c112 curcpu()->ci_gdt[which == TSEG_FS ? GUFS_SEL : GUGS_SEL].sd
134 uint32_t base = i386_get_threadbase(p, TSEG_FS);
146 error = i386_set_threadbase(p, base, TSEG_FS);
H A Dmachdep.c2872 setsegment(&pcb->pcb_threadsegs[TSEG_FS], 0,
2882 curcpu()->ci_gdt[GUFS_SEL].sd = pcb->pcb_threadsegs[TSEG_FS];
H A Dpmap.c1525 self->ci_gdt[GUFS_SEL].sd = pcb->pcb_threadsegs[TSEG_FS];

Completed in 134 milliseconds