Home
last modified time | relevance | path

Searched refs:system_segment_descriptor (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dsegments.h51 struct system_segment_descriptor { struct
102 struct system_segment_descriptor *sdp);
H A Dproc.h82 struct system_segment_descriptor md_ldt_sd;
H A Dpcpu.h76 struct system_segment_descriptor *pc_ldt; \
78 struct system_segment_descriptor *pc_tss; \
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c290 pc->pc_tss = (struct system_segment_descriptor *)&gdt[GPROC0_SEL]; in init_secondary()
293 pc->pc_ldt = (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]; in init_secondary()
335 (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in init_secondary()
H A Dvm_machdep.c247 system_segment_descriptor)); in cpu_fork()
H A Dmachdep.c949 struct system_segment_descriptor *sd;
1562 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in amd64_bsp_pcpu_init1()
1563 PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]); in amd64_bsp_pcpu_init1()
1697 (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in hammer_time()
H A Dsys_machdep.c400 struct system_segment_descriptor *tss_sd;
H A Dpmap.c1892 (struct system_segment_descriptor *)&__pcpu[0].pc_gdt[GPROC0_SEL]); in pmap_bootstrap()
2117 (struct system_segment_descriptor *)&__pcpu[0].pc_gdt[GPROC0_SEL]); in pmap_bootstrap_la57()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1790 struct system_segment_descriptor *tss_sd; in restore_host_tss()