Home
last modified time | relevance | path

Searched refs:IDT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Didtentry.h8 #define IDT_ALIGN (8 * (1 + HAS_KERNEL_IBT)) macro
545 .align IDT_ALIGN
555 .fill 0b + IDT_ALIGN - ., 1, 0xcc
561 .align IDT_ALIGN
571 .fill 0b + IDT_ALIGN - ., 1, 0xcc
/linux/arch/x86/kernel/
H A Didt.c295 entry = irq_entries_start + IDT_ALIGN * (i - FIRST_EXTERNAL_VECTOR); in idt_setup_apic_and_irq_gates()
306 entry = spurious_entries_start + IDT_ALIGN * (i - FIRST_SYSTEM_VECTOR); in idt_setup_apic_and_irq_gates()