Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Didtentry.h8 #define IDT_ALIGN (8 * (1 + HAS_KERNEL_IBT)) macro
550 .align IDT_ALIGN
560 .fill 0b + IDT_ALIGN - ., 1, 0xcc
566 .align IDT_ALIGN
576 .fill 0b + IDT_ALIGN - ., 1, 0xcc
/linux/arch/x86/kernel/
A Didt.c292 entry = irq_entries_start + IDT_ALIGN * (i - FIRST_EXTERNAL_VECTOR); in idt_setup_apic_and_irq_gates()
303 entry = spurious_entries_start + IDT_ALIGN * (i - FIRST_SYSTEM_VECTOR); in idt_setup_apic_and_irq_gates()

Completed in 11 milliseconds