Searched refs:load_idt (Results 1 – 7 of 7) sorted by relevance
176 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()
203 .cpu.load_idt = native_load_idt,
284 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function286 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt()
112 #define load_idt(dtr) native_load_idt(dtr) macro
76 void (*load_idt)(const struct desc_ptr *); member
218 load_idt(&ctxt->idt); in __restore_processor_state()
1165 .load_idt = xen_load_idt,