Home
last modified time | relevance | path

Searched refs:load_idt (Results 1 – 3 of 3) 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()
319 load_idt(&idt_descr); in idt_setup_apic_and_irq_gates()
340 load_idt(&idt_descr); in idt_setup_early_handler()
350 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