Searched refs:load_idt (Results 1 – 7 of 7) sorted by relevance
177 load_idt(&idt_descr); in load_current_idt()220 load_idt(&idt_descr); in idt_setup_early_traps()300 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()321 load_idt(&idt_descr); in idt_setup_early_handler()331 load_idt(&idt); in idt_invalidate()
285 .cpu.load_idt = native_load_idt,
282 static inline void load_idt(const struct desc_ptr *dtr) in load_idt() function284 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()
1041 .load_idt = xen_load_idt,