| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | proc-fns.h | 96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn)); 137 #define cpu_reset PROC_VTABLE(reset) macro
|
| H A D | glue-proc.h | 251 #define cpu_reset __glue(CPU_NAME,_reset) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | mcpm_entry.c | 237 typedef typeof(cpu_reset) phys_reset_t; 301 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in mcpm_cpu_power_down() 390 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | platform.h | 64 void cpu_reset(void) __attribute__((noreturn));
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | proc-fns.h | 15 extern void cpu_reset(unsigned long reset);
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/ |
| H A D | setup.c | 42 cpu_reset(); in platform_restart()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mp.c | 48 cpu_reset(cpuid); in cpu_cmd()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | reboot.c | 50 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | mp.c | 33 int cpu_reset(int nr) in cpu_reset() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/xt2000/ |
| H A D | setup.c | 62 cpu_reset(); in platform_restart()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | mp.c | 17 int cpu_reset(int nr) in cpu_reset() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | setup.c | 431 void cpu_reset(void) in cpu_reset() function 448 unsigned long vaddr = (unsigned long)cpu_reset; in cpu_reset()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-milbeaut/ |
| H A D | platsmp.c | 112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
|
| /OK3568_Linux_fs/u-boot/board/imgtec/xilfpga/ |
| H A D | README | 39 When the example project bitstream is loaded, the cpu_reset button
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/ |
| H A D | setup.c | 60 cpu_reset(); in platform_restart()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/img/ |
| H A D | xilfpga.txt | 76 When the example project bitstream is loaded, the cpu_reset button
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | process.c | 26 cpu_reset(0); in arch_reset()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 49 int cpu_reset(int nr) in cpu_reset() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | mp.c | 195 int cpu_reset(int nr) in cpu_reset() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sunxi/ |
| H A D | mc_smp.c | 650 typedef typeof(cpu_reset) phys_reset_t; 659 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.c | 46 int cpu_reset(int nr) in cpu_reset() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 743 int cpu_reset(int nr);
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | proc.c | 516 void cpu_reset(unsigned long reset) in cpu_reset() function
|