Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c209 struct system_segment_descriptor *tss_desc; in efi_setup_tss()
211 tss_desc = (struct system_segment_descriptor *)(gdt->rd_base + in efi_setup_tss()
242 struct system_segment_descriptor *tss_desc, *gdt_desc; in efi_redirect_exceptions()
280 gdt_desc = (struct system_segment_descriptor *)( in efi_redirect_exceptions()
295 sizeof(struct system_segment_descriptor), in efi_redirect_exceptions()
296 sizeof(struct system_segment_descriptor)) - 1; in efi_redirect_exceptions()
298 sizeof(struct system_segment_descriptor)) / in efi_redirect_exceptions()
299 sizeof(struct system_segment_descriptor) * 2; in efi_redirect_exceptions()
324 tss_desc = (struct system_segment_descriptor *)((char *) in efi_redirect_exceptions()
/freebsd/sys/amd64/include/
H A Dsegments.h52 struct system_segment_descriptor { struct
103 struct system_segment_descriptor *sdp);
H A Dpcpu.h75 struct system_segment_descriptor *pc_ldt; \
77 struct system_segment_descriptor *pc_tss; \
H A Dproc.h84 struct system_segment_descriptor md_ldt_sd;
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c223 pc->pc_tss = (struct system_segment_descriptor *)&gdt[GPROC0_SEL]; in init_secondary()
226 pc->pc_ldt = (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]; in init_secondary()
270 (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in init_secondary()
H A Dmachdep.c620 ssdtosyssd(struct soft_segment_descriptor *ssd, struct system_segment_descriptor *sd) in ssdtosyssd()
1208 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in amd64_bsp_pcpu_init1()
1209 PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]); in amd64_bsp_pcpu_init1()
1394 (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in hammer_time()
H A Dvm_machdep.c279 system_segment_descriptor)); in cpu_fork()
H A Dsys_machdep.c416 struct system_segment_descriptor *tss_sd; in amd64_set_ioperm()
H A Dpmap.c2206 (struct system_segment_descriptor *)&__pcpu[0].pc_gdt[GPROC0_SEL]); in pmap_bootstrap()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1929 struct system_segment_descriptor *tss_sd; in restore_host_tss()