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

/linux-master/drivers/power/reset/
H A Dsc27xx-poweroff.c38 remove_cpu(cpu);
/linux-master/include/linux/
H A Dcpu.h147 int remove_cpu(unsigned int cpu);
161 static inline int remove_cpu(unsigned int cpu) { return -EPERM; } function
/linux-master/drivers/virt/acrn/
H A Dhsm.c448 remove_cpu(cpu);
464 static DEVICE_ATTR_WO(remove_cpu);
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c87 int ret = remove_cpu(cpu);
/linux-master/arch/x86/mm/
H A Dmmio-mod.c387 err = remove_cpu(cpu);
/linux-master/kernel/
H A Dtorture.c220 ret = remove_cpu(cpu);
H A Dcpu.c1555 * Other subsystems should use remove_cpu() instead.
1564 int remove_cpu(unsigned int cpu) function
1574 EXPORT_SYMBOL_GPL(remove_cpu); variable
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c342 rc = remove_cpu(cpu);
/linux-master/arch/sparc/kernel/
H A Dds.c614 err = remove_cpu(cpu);

Completed in 188 milliseconds