Symbol: system_segment_descriptor
stand/efi/loader/arch/amd64/trap.c
240
struct system_segment_descriptor *tss_desc;
stand/efi/loader/arch/amd64/trap.c
242
tss_desc = (struct system_segment_descriptor *)(gdt->rd_base +
stand/efi/loader/arch/amd64/trap.c
273
struct system_segment_descriptor *tss_desc, *gdt_desc;
stand/efi/loader/arch/amd64/trap.c
312
gdt_desc = (struct system_segment_descriptor *)(
stand/efi/loader/arch/amd64/trap.c
327
sizeof(struct system_segment_descriptor),
stand/efi/loader/arch/amd64/trap.c
328
sizeof(struct system_segment_descriptor)) - 1;
stand/efi/loader/arch/amd64/trap.c
332
sizeof(struct system_segment_descriptor)) /
stand/efi/loader/arch/amd64/trap.c
333
sizeof(struct system_segment_descriptor) * 2;
stand/efi/loader/arch/amd64/trap.c
356
tss_desc = (struct system_segment_descriptor *)((char *)
sys/amd64/amd64/machdep.c
1216
PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
sys/amd64/amd64/machdep.c
1217
PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]);
sys/amd64/amd64/machdep.c
1435
(struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
sys/amd64/amd64/machdep.c
627
ssdtosyssd(struct soft_segment_descriptor *ssd, struct system_segment_descriptor *sd)
sys/amd64/amd64/mp_machdep.c
224
pc->pc_tss = (struct system_segment_descriptor *)&gdt[GPROC0_SEL];
sys/amd64/amd64/mp_machdep.c
227
pc->pc_ldt = (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL];
sys/amd64/amd64/mp_machdep.c
297
(struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
sys/amd64/amd64/pmap.c
2215
(struct system_segment_descriptor *)&__pcpu[0].pc_gdt[GPROC0_SEL]);
sys/amd64/amd64/sys_machdep.c
441
struct system_segment_descriptor *tss_sd;
sys/amd64/amd64/vm_machdep.c
267
system_segment_descriptor));
sys/amd64/include/pcpu.h
75
struct system_segment_descriptor *pc_ldt; \
sys/amd64/include/pcpu.h
77
struct system_segment_descriptor *pc_tss; \
sys/amd64/include/proc.h
84
struct system_segment_descriptor md_ldt_sd;
sys/amd64/include/segments.h
103
struct system_segment_descriptor *sdp);
sys/amd64/vmm/amd/svm.c
1929
struct system_segment_descriptor *tss_sd;