Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Didt.c49 #define IDT_TABLE_SIZE (IDT_ENTRIES * sizeof(gate_desc))
151 static gate_desc idt_table[IDT_ENTRIES] __page_aligned_bss;
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsegment.h225 #define IDT_ENTRIES 256 macro