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

/linux-master/kernel/
H A Dup.c58 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) function
73 EXPORT_SYMBOL_GPL(smp_call_on_cpu); variable
H A Dsmp.c1106 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) function
1125 EXPORT_SYMBOL_GPL(smp_call_on_cpu); variable
H A Dwatchdog.c620 smp_call_on_cpu(cpu, softlockup_stop_fn, NULL, false);
637 smp_call_on_cpu(cpu, softlockup_start_fn, NULL, false);
/linux-master/include/linux/
H A Dsmp.h289 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par,
/linux-master/arch/riscv/kernel/
H A Dunaligned_access_speed.c244 smp_call_on_cpu(0, check_unaligned_access, bufs[0], true);
/linux-master/drivers/platform/x86/dell/
H A Ddcdbas.c295 ret = smp_call_on_cpu(0, raise_smi, smi_cmd, true);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c575 smp_call_on_cpu(cpu, smp_mon_event_count, rr, false);
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c1041 ret = smp_call_on_cpu(cpu, do_global_key_config, NULL, true);
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c218 ret = smp_call_on_cpu(0, i8k_smm_func, regs, true);

Completed in 178 milliseconds