Home
last modified time | relevance | path

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

/linux-6.15/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];
/linux-6.15/arch/x86/xen/
H A Dxen-asm.S195 .rept NUM_EXCEPTION_VECTORS
H A Denlighten_pv.c831 *addr < (void *)early_idt_handler_array[NUM_EXCEPTION_VECTORS]) { in get_trap_addr()
/linux-6.15/arch/x86/kernel/
H A Didt.c324 for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) in idt_setup_early_handler()
H A Dhead_64.S490 .rept NUM_EXCEPTION_VECTORS
H A Dhead64.c528 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;