Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Didt.c186 load_idt(&idt_descr); in load_current_idt()
229 load_idt(&idt_descr); in idt_setup_early_traps()
327 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()
348 load_idt(&idt_descr); in idt_setup_early_handler()
358 load_idt(&idt); in idt_invalidate()
/linux/arch/x86/power/
H A Dcpu.c220 load_idt(&ctxt->idt); in __restore_processor_state()
/linux/arch/x86/include/asm/
H A Ddesc.h112 #define load_idt(dtr) native_load_idt(dtr) macro
/linux/arch/x86/xen/
H A Denlighten_pv.c1377 pv_ops.cpu.load_idt = xen_load_idt; in xen_start_kernel()