Home
last modified time | relevance | path

Searched refs:cpu_reset (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dproc-fns.h96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
137 #define cpu_reset PROC_VTABLE(reset) macro
H A Dglue-proc.h251 #define cpu_reset __glue(CPU_NAME,_reset) macro
/OK3568_Linux_fs/kernel/arch/arm/common/
H A Dmcpm_entry.c237 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 Dplatform.h64 void cpu_reset(void) __attribute__((noreturn));
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dproc-fns.h15 extern void cpu_reset(unsigned long reset);
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/
H A Dsetup.c42 cpu_reset(); in platform_restart()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmp.c48 cpu_reset(cpuid); in cpu_cmd()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dreboot.c50 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 Dmp.c33 int cpu_reset(int nr) in cpu_reset() function
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xt2000/
H A Dsetup.c62 cpu_reset(); in platform_restart()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dmp.c17 int cpu_reset(int nr) in cpu_reset() function
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c431 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 Dplatsmp.c112 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 DREADME39 When the example project bitstream is loaded, the cpu_reset button
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/
H A Dsetup.c60 cpu_reset(); in platform_restart()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dprocess.c26 cpu_reset(0); in arch_reset()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/
H A Dmp.c49 int cpu_reset(int nr) in cpu_reset() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c195 int cpu_reset(int nr) in cpu_reset() function
/OK3568_Linux_fs/kernel/arch/arm/mach-sunxi/
H A Dmc_smp.c650 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 Dmp.c46 int cpu_reset(int nr) in cpu_reset() function
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h743 int cpu_reset(int nr);
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dproc.c516 void cpu_reset(unsigned long reset) in cpu_reset() function