Home
last modified time | relevance | path

Searched refs:EARLY_IDT_HANDLER_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsegment.h279 #define EARLY_IDT_HANDLER_SIZE (9 + ENDBR_INSN_SIZE) macro
291 extern const char early_idt_handler_array[NUM_EXCEPTION_VECTORS][EARLY_IDT_HANDLER_SIZE];
/linux/arch/x86/xen/
H A Dxen-asm.S195 jmp early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE
H A Denlighten_pv.c765 EARLY_IDT_HANDLER_SIZE; in get_trap_addr()