Searched refs:common_tss0 (Results 1 – 1 of 1) sorted by relevance
347 static struct i386tss common_tss0; variable1442 gdt_segs[GPROC0_SEL].ssd_base = (int)&common_tss0; in init386()1495 common_tss0.tss_esp0 = (vm_offset_t)thread0.td_kstack + in init386()1497 common_tss0.tss_ss0 = GSEL(GDATA_SEL, SEL_KPL); in init386()1498 common_tss0.tss_ioopt = sizeof(struct i386tss) << 16; in init386()1577 common_tss0.tss_esp0 = (vm_offset_t)thread0.td_pcb - VM86_STACK_SPACE; in init386()1578 PCPU_SET(kesp0, common_tss0.tss_esp0); in init386()1618 bcopy(&common_tss0, tss, sizeof(struct i386tss)); in machdep_init_trampoline()