Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dlguest.h58 struct desc_struct guest_idt[IDT_ENTRIES];
67 struct desc_struct idt[IDT_ENTRIES];
Dsegment.h223 #define IDT_ENTRIES 256 macro
/linux-4.4.14/drivers/lguest/x86/
Dcore.c496 for (i = 0; i < IDT_ENTRIES; i++) in lguest_arch_host_init()
/linux-4.4.14/arch/x86/kernel/
Dtraps.c900 memcpy(&debug_idt_table, &idt_table, IDT_ENTRIES * 16); in trap_init()
Dhead_32.S753 .word IDT_ENTRIES*8-1 # idt contains 256 entries