Home
last modified time | relevance | path

Searched refs:NUM_EXCEPTION_VECTORS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsegment.h223 #define NUM_EXCEPTION_VECTORS 32 macro
291 extern const char early_idt_handler_array[NUM_EXCEPTION_VECTORS][EARLY_IDT_HANDLER_SIZE];
295 extern const char xen_early_idt_handler_array[NUM_EXCEPTION_VECTORS][XEN_EARLY_IDT_HANDLER_SIZE];
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c570 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
573 .size = (NUM_EXCEPTION_VECTORS * sizeof(gate_desc)) - 1,
H A Didt.c314 for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) in idt_setup_early_handler()
H A Dhead_64.S522 .rept NUM_EXCEPTION_VECTORS
/openbmc/linux/arch/x86/xen/
H A Dxen-asm.S167 .rept NUM_EXCEPTION_VECTORS
H A Denlighten_pv.c754 *addr < (void *)early_idt_handler_array[NUM_EXCEPTION_VECTORS]) { in get_trap_addr()