Searched refs:GATE_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/kernel/ |
| 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)
|
| /arch/x86/include/asm/ |
| A D | desc_defs.h | 91 GATE_INTERRUPT = 0xE, enumerator
|
| A D | desc.h | 414 data->bits.type = GATE_INTERRUPT; in init_idt_data()
|
| /arch/x86/xen/ |
| A D | enlighten_pv.c | 853 if (val->bits.type != GATE_TRAP && val->bits.type != GATE_INTERRUPT) in cvt_gate_to_trap() 866 if (val->bits.type == GATE_INTERRUPT) in cvt_gate_to_trap()
|
Completed in 9 milliseconds