Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
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];
/linux-6.6.21/arch/x86/kernel/
Dhead64.c571 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
574 .size = (NUM_EXCEPTION_VECTORS * sizeof(gate_desc)) - 1,
Didt.c314 for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) in idt_setup_early_handler()
Dhead_64.S522 .rept NUM_EXCEPTION_VECTORS
/linux-6.6.21/arch/x86/xen/
Dxen-asm.S167 .rept NUM_EXCEPTION_VECTORS
Denlighten_pv.c754 *addr < (void *)early_idt_handler_array[NUM_EXCEPTION_VECTORS]) { in get_trap_addr()