Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h198 #define IDT_BR 5 /* #BR: Bound Range Exceeded */ macro
/freebsd/sys/i386/i386/
H A Dmachdep.c1322 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1429 setidt(IDT_BR, pti ? &IDTVEC(bnd_pti) : &IDTVEC(bnd), SDT_SYSIGT, in hammer_time()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1496 case IDT_BR: in svm_vmexit()