Home
last modified time | relevance | path

Searched refs:ssd_base (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h169 uint64_t ssd_base; /* segment base address */ member
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1903 ssd->ssd_base = (sd->sd_hibase << 24) | sd->sd_lobase; in sdtossd()
1916 sd->sd_lobase = (ssd->ssd_base) & 0xffffff; in ssdtosd()
1917 sd->sd_hibase = (ssd->ssd_base >> 24) & 0xff; in ssdtosd()
1933 sd->sd_lobase = (ssd->ssd_base) & 0xffffff; in ssdtosyssd()
1934 sd->sd_hibase = (ssd->ssd_base >> 24) & 0xfffffffffful; in ssdtosyssd()
2690 gdt_segs[GPROC0_SEL].ssd_base = in hammer_time()
H A Dtrap.c1066 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type); in trap_fatal()
H A Dmp_machdep.c258 gdt_segs[GPROC0_SEL].ssd_base = (long)&ps->common_tss; in init_secondary()