Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h199 #define IDT_UD 6 /* #UD: Undefined/Invalid Opcode */ macro
/freebsd/sys/amd64/include/
H A Dvmm.h763 vm_inject_fault(vcpu, IDT_UD, 0, 0); in vm_inject_ud()
/freebsd/sys/i386/i386/
H A Dmachdep.c1320 setidt(IDT_UD, &IDTVEC(ill), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
1362 setidt(IDT_UD, &IDTVEC(ill), SDT_SYS386IGT, SEL_KPL, in i386_setidt2()
/freebsd/sys/x86/x86/
H A Didentcpu.c1268 setidt(IDT_UD, bluetrap6, SDT_SYS386TGT, SEL_KPL, in identblue()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1428 setidt(IDT_UD, pti ? &IDTVEC(ill_pti) : &IDTVEC(ill), SDT_SYSIGT, in hammer_time()