Home
last modified time | relevance | path

Searched refs:load_idt (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Didt.c176 load_idt(&idt_descr); in load_current_idt()
219 load_idt(&idt_descr); in idt_setup_early_traps()
299 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()
320 load_idt(&idt_descr); in idt_setup_early_handler()
330 load_idt(&idt); in idt_invalidate()
H A Dparavirt.c202 .cpu.load_idt = native_load_idt,
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c173 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function
211 load_idt(&idt_ptr); in cpu_init_interrupts()
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt.h284 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function
286 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt()
H A Ddesc.h112 #define load_idt(dtr) native_load_idt(dtr) macro
H A Dparavirt_types.h76 void (*load_idt)(const struct desc_ptr *); member
/openbmc/linux/arch/x86/power/
H A Dcpu.c218 load_idt(&ctxt->idt); in __restore_processor_state()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1165 .load_idt = xen_load_idt,