Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Didt.c166 static gate_desc idt_table[IDT_ENTRIES] __page_aligned_bss; variable
170 .address = (unsigned long) idt_table,
205 idt_setup_from_table(idt_table, &data, 1, false); in set_intr_gate()
217 idt_setup_from_table(idt_table, early_idts, ARRAY_SIZE(early_idts), in idt_setup_early_traps()
227 idt_setup_from_table(idt_table, def_idts, ARRAY_SIZE(def_idts), true); in idt_setup_traps()
253 idt_setup_from_table(idt_table, early_pf_idts, in idt_setup_early_pf()
266 cea_set_pte(CPU_ENTRY_AREA_RO_IDT_VADDR, __pa_symbol(idt_table), in idt_map_in_cea()
279 idt_setup_from_table(idt_table, apic_idts, ARRAY_SIZE(apic_idts), true); in idt_setup_apic_and_irq_gates()
302 set_memory_ro((unsigned long)&idt_table, 1); in idt_setup_apic_and_irq_gates()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.c28 static uint64_t *idt_table; variable
63 set_gate(idt_table + n, 0, dpl, 0, 0); in bsd_i386_set_idt()
68 idt_table = g2h_untagged(base); in bsd_i386_set_idt_base()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.c28 static uint64_t *idt_table; variable
64 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in bsd_x86_64_set_idt()
69 idt_table = g2h_untagged(base); in bsd_x86_64_set_idt_base()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c49 static uint64_t *idt_table; variable
68 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in set_idt()
86 set_gate64(idt_table + n * 2, 0, dpl, 0, 0); in set_idt()
88 set_gate(idt_table + n, 0, dpl, 0, 0); in set_idt()
393 idt_table = g2h_untagged(env->idt.base); in target_cpu_copy_regs()