Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h201 #define IDT_BR 5 /* #BR: Bound Range Exceeded */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1736 setidt(IDT_BR, pti ? &IDTVEC(bnd_pti) : &IDTVEC(bnd), SDT_SYSIGT, in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1425 case IDT_BR: in svm_vmexit()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2236 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()