Home
last modified time | relevance | path

Searched refs:SDT_SYSLDT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/include/
H A Dsegments.h146 #define SDT_SYSLDT 2 /* system local descriptor table */ macro
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c524 sldt.ssd_type = SDT_SYSLDT; in user_ldt_alloc()
701 case SDT_SYSLDT: in amd64_set_ldt()
/freebsd/sys/i386/i386/
H A Dmachdep.c459 .ssd_type = SDT_SYSLDT,
468 .ssd_type = SDT_SYSLDT,
H A Dsys_machdep.c612 case SDT_SYSLDT: /* system local descriptor table */ in i386_set_ldt()
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c301 return (sd_type == SDT_SYSLDT); in ldt_desc()