Searched refs:common_tss0 (Results 1 – 1 of 1) sorted by relevance
354 static struct i386tss common_tss0; variable1449 gdt_segs[GPROC0_SEL].ssd_base = (int)&common_tss0; in init386()1502 common_tss0.tss_esp0 = thread0.td_kstack + thread0.td_kstack_pages * in init386()1504 common_tss0.tss_ss0 = GSEL(GDATA_SEL, SEL_KPL); in init386()1505 common_tss0.tss_ioopt = sizeof(struct i386tss) << 16; in init386()1583 common_tss0.tss_esp0 = (vm_offset_t)thread0.td_pcb - VM86_STACK_SPACE; in init386()1584 PCPU_SET(kesp0, common_tss0.tss_esp0); in init386()1624 bcopy(&common_tss0, tss, sizeof(struct i386tss)); in machdep_init_trampoline()