Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Didt.h17 #define HOST_IDT_ENTRIES (0x100U) macro
54 struct idt_64_descriptor host_idt_descriptors[HOST_IDT_ENTRIES];
73 #define HOST_IDT_ENTRIES (0x100) macro
75 #define HOST_IDT_SIZE (HOST_IDT_ENTRIES * X64_IDT_DESC_SIZE)
/hypervisor/arch/x86/
A Dirq.c274 for (i = 0U; i < HOST_IDT_ENTRIES; i++) { in fixup_idt()

Completed in 3 milliseconds