Home
last modified time | relevance | path

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

/arch/x86/kernel/
Didt.c169 gate_desc idt_table[IDT_ENTRIES] __page_aligned_bss;
172 .size = (IDT_ENTRIES * 2 * sizeof(unsigned long)) - 1,
178 gate_desc debug_idt_table[IDT_ENTRIES] __page_aligned_bss;
198 .size = IDT_ENTRIES * 16 - 1,
298 memcpy(&debug_idt_table, &idt_table, IDT_ENTRIES * 16); in idt_setup_debugidt_traps()
/arch/x86/include/asm/
Dsegment.h229 #define IDT_ENTRIES 256 macro