Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h157 #define SDT_SYSTSS 9 /* system available 64 bit TSS */ macro
/f-stack/freebsd/amd64/amd64/
H A Dcpu_switch.S459 #define SDT_SYSTSS 9 macro
464 andb $(~SDT_SYSBSY | SDT_SYSTSS),5(%rax)
468 #undef SDT_SYSTSS
H A Dsys_machdep.c435 tss_sd->sd_type = SDT_SYSTSS;
713 case SDT_SYSTSS: in amd64_set_ldt()
H A Dmachdep.c770 .ssd_type = SDT_SYSTSS,
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1800 tss_sd->sd_type = SDT_SYSTSS; in restore_host_tss()