Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Didt_64.c16 entry.bits.type = GATE_TRAP; in set_idt_entry()
/linux/arch/x86/include/asm/
H A Ddesc_defs.h92 GATE_TRAP = 0xF, enumerator
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c331 idtentry.bits.type = GATE_TRAP; in prepare_debug_idt()
/linux/arch/x86/xen/
H A Denlighten_pv.c851 if (val->bits.type != GATE_TRAP && val->bits.type != GATE_INTERRUPT) in cvt_gate_to_trap()