Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpcb_ext.h43 struct i386tss ext_tss; /* per-process i386tss */
H A Dtss.h45 struct i386tss { struct
H A Dpcpu.h66 struct i386tss *pc_common_tssp; \
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c225 struct i386tss *common_tssp; in init_secondary()
275 common_tssp->tss_ioopt = sizeof(struct i386tss) << 16; in init_secondary()
H A Dmachdep.c1264 static struct i386tss *dblfault_tss;
1267 static struct i386tss common_tss0;
1362 .ssd_limit = sizeof(struct i386tss)-1,
1389 .ssd_limit = sizeof(struct i386tss)-1,
2420 common_tss0.tss_ioopt = sizeof(struct i386tss) << 16; in init386()
2520 struct i386tss *tss; in machdep_init_trampoline()
2531 tss = pmap_trm_alloc(sizeof(struct i386tss) * mp_ncpus, in machdep_init_trampoline()
2533 bcopy(&common_tss0, tss, sizeof(struct i386tss)); in machdep_init_trampoline()
2564 dblfault_tss = pmap_trm_alloc(sizeof(struct i386tss), M_NOWAIT | M_ZERO); in machdep_init_trampoline()
H A Dgenassym.c116 ASSYM(TSS_ESP0, offsetof(struct i386tss, tss_esp0));