Searched refs:load_idt (Results 1 – 7 of 7) sorted by relevance
169 load_idt(&idt_descr); in load_current_idt()212 load_idt(&idt_descr); in idt_setup_early_traps()292 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()313 load_idt(&idt_descr); in idt_setup_early_handler()323 load_idt(&idt); in idt_invalidate()
261 .cpu.load_idt = native_load_idt,
276 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function278 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt()
112 #define load_idt(dtr) native_load_idt(dtr) macro
96 void (*load_idt)(const struct desc_ptr *); member
217 load_idt(&ctxt->idt); in __restore_processor_state()
1053 .load_idt = xen_load_idt,