Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsmp.c294 .send_call_func_ipi = native_send_call_func_ipi,
H A Dkvm.c636 native_send_call_func_ipi(mask); in kvm_smp_send_call_func_ipi()
/openbmc/linux/arch/x86/include/asm/
H A Dsmp.h129 void native_send_call_func_ipi(const struct cpumask *mask);
/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c81 void native_send_call_func_ipi(const struct cpumask *mask) in native_send_call_func_ipi() function