Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h206 #define IDT_TS 10 /* #TS: Invalid TSS */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1745 setidt(IDT_TS, pti ? &IDTVEC(tss_pti) : &IDTVEC(tss), SDT_SYSIGT, in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1414 case IDT_TS: in svm_vmexit()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1919 case IDT_TS: in exception_class()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2246 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()