Searched refs:load_idt (Results 1 – 7 of 7) sorted by relevance
161 load_idt(&idt_descr); in load_current_idt()204 load_idt(&idt_descr); in idt_setup_early_traps()308 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()329 load_idt(&idt_descr); in idt_setup_early_handler()340 load_idt(&idt); in idt_invalidate()
300 .cpu.load_idt = native_load_idt,
259 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function261 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt()
111 #define load_idt(dtr) native_load_idt(dtr) macro
120 void (*load_idt)(const struct desc_ptr *); member
219 load_idt(&ctxt->idt); in __restore_processor_state()
1067 .load_idt = xen_load_idt,