Searched refs:GATE_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | idt.c | 34 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 38 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 46 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
|
/linux/arch/x86/include/asm/ |
H A D | desc_defs.h | 91 GATE_INTERRUPT = 0xE, enumerator
|
H A D | desc.h | 415 data->bits.type = GATE_INTERRUPT; in init_idt_data()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 783 if (val->bits.type != GATE_TRAP && val->bits.type != GATE_INTERRUPT) in cvt_gate_to_trap() 796 if (val->bits.type == GATE_INTERRUPT) in cvt_gate_to_trap()
|