Home
last modified time | relevance | path

Searched refs:gdt_segs (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h252 extern struct soft_segment_descriptor gdt_segs[];
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c258 gdt_segs[GPROC0_SEL].ssd_base = (long)&ps->common_tss; in init_secondary()
264 ssdtosd(&gdt_segs[x], &gdt[x]); in init_secondary()
267 ssdtosyssd(&gdt_segs[GPROC0_SEL], in init_secondary()
H A Dmachdep.c1635 struct soft_segment_descriptor gdt_segs[] = { variable
2690 gdt_segs[GPROC0_SEL].ssd_base = in hammer_time()
2697 ssdtosd(&gdt_segs[x], &gdt_cpu0[x]); in hammer_time()
2699 ssdtosyssd(&gdt_segs[GPROC0_SEL], in hammer_time()