Searched refs:switch_idt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dtracepoint.c28 static void switch_idt(void *arg) switch_idt() function
42 smp_call_function(switch_idt, NULL, 0); trace_irq_vector_regfunc()
43 switch_idt(NULL); trace_irq_vector_regfunc()
55 smp_call_function(switch_idt, NULL, 0); trace_irq_vector_unregfunc()
56 switch_idt(NULL); trace_irq_vector_unregfunc()

Completed in 83 milliseconds