Searched refs:IDT_ENTRIES (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/include/asm/
H A Dsegment.h222 #define IDT_ENTRIES 256 macro
/linux-master/arch/x86/kernel/
H A Didt.c55 #define IDT_TABLE_SIZE (IDT_ENTRIES * sizeof(gate_desc))
173 static gate_desc idt_table[IDT_ENTRIES] __page_aligned_bss;

Completed in 209 milliseconds