Home
last modified time | relevance | path

Searched refs:gd_tss_gdt (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dglobal.s62 .globl gd_common_tssd, gd_tss_gdt
64 .set gd_tss_gdt,globaldata + GD_TSS_GDT define
H A Dmp_machdep.c319 md->gd_tss_gdt = &gdt[GPROC0_SEL]; in init_secondary()
320 md->gd_common_tssd = *md->gd_tss_gdt; in init_secondary()
H A Dgenassym.c233 ASSYM(GD_TSS_GDT, offsetof(struct mdglobaldata, gd_tss_gdt));
H A Dmachdep.c2876 gd->gd_tss_gdt = &gd->gd_gdt[GPROC0_SEL]; in hammer_time()
2877 gd->gd_common_tssd = *gd->gd_tss_gdt; in hammer_time()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dglobal.s60 .globl gd_common_tssd, gd_tss_gdt
62 .set gd_tss_gdt,globaldata + GD_TSS_GDT define
/dragonfly/sys/platform/vkernel64/include/
H A Dglobaldata.h69 struct user_segment_descriptor *gd_tss_gdt; member
/dragonfly/sys/platform/pc64/include/
H A Dglobaldata.h69 struct user_segment_descriptor *gd_tss_gdt; /* gd_gdt[GPROC0_SEL] */ member