Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Didtentry.h8 #define IDT_ALIGN (8 * (1 + HAS_KERNEL_IBT)) macro
497 .align IDT_ALIGN
507 .fill 0b + IDT_ALIGN - ., 1, 0xcc
513 .align IDT_ALIGN
523 .fill 0b + IDT_ALIGN - ., 1, 0xcc
/linux-6.6.21/arch/x86/kernel/
Didt.c282 entry = irq_entries_start + IDT_ALIGN * (i - FIRST_EXTERNAL_VECTOR); in idt_setup_apic_and_irq_gates()
293 entry = spurious_entries_start + IDT_ALIGN * (i - FIRST_SYSTEM_VECTOR); in idt_setup_apic_and_irq_gates()