Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c685 order = get_order_from_bytes(IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_free()
726 order = get_order_from_bytes(IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_alloc()
730 memcpy(idt_tables[cpu], idt_table, IDT_ENTRIES * sizeof(idt_entry_t)); in cpu_smpboot_alloc()
A Dtraps.c105 idt_entry_t idt_table[IDT_ENTRIES];
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h462 #define IDT_ENTRIES 256 macro
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c731 .limit = (IDT_ENTRIES * sizeof(idt_entry_t)) - 1, in load_system_tables()

Completed in 10 milliseconds