Searched refs:cpu_release (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mp.c | 63 if (cpu_release(cpuid, argc - 3, argv + 3)) in cpu_cmd()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | mp.c | 46 int cpu_release(int nr, int argc, char *const argv[]) in cpu_release() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | mp.c | 70 int cpu_release(int nr, int argc, char * const argv[]) in cpu_release() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 224 int cpu_release(int nr, int argc, char * const argv[]) in cpu_release() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | machdep.h | 217 ssize_t (*cpu_release)(const char *, size_t); member
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | mp.c | 261 int cpu_release(int nr, int argc, char * const argv[]) in cpu_release() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.c | 141 int cpu_release(int nr, int argc, char * const argv[]) in cpu_release() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 745 int cpu_release(int nr, int argc, char * const argv[]);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | sysfs.c | 1034 if (ppc_md.cpu_release) in arch_cpu_release() 1035 return ppc_md.cpu_release(buf, count); in arch_cpu_release()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | hotplug-cpu.c | 892 ppc_md.cpu_release = dlpar_cpu_release; in pseries_cpu_hotplug_init()
|