Home
last modified time | relevance | path

Searched refs:native_smp_send_reschedule (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dsmp.c288 .smp_send_reschedule = native_smp_send_reschedule,
/openbmc/linux/arch/x86/include/asm/
H A Dsmp.h128 void native_smp_send_reschedule(int cpu);
/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c67 void native_smp_send_reschedule(int cpu) in native_smp_send_reschedule() function