Searched refs:system_segment_descriptor (Results 1 – 9 of 9) sorted by relevance
51 struct system_segment_descriptor { struct102 struct system_segment_descriptor *sdp);
82 struct system_segment_descriptor md_ldt_sd;
76 struct system_segment_descriptor *pc_ldt; \78 struct system_segment_descriptor *pc_tss; \
290 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()
247 system_segment_descriptor)); in cpu_fork()
949 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()
400 struct system_segment_descriptor *tss_sd;
1892 (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()
1790 struct system_segment_descriptor *tss_sd; in restore_host_tss()