Home
last modified time | relevance | path

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

/linux/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
/linux/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()
/linux/arch/xtensa/include/asm/
H A Dplatform.h44 void cpu_reset(void) __attribute__((noreturn));
/linux/arch/arm/kernel/
H A Dreboot.c51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/linux/arch/xtensa/platforms/iss/
H A Dsetup.c40 cpu_reset(); in iss_restart()
/linux/arch/xtensa/platforms/xt2000/
H A Dsetup.c58 cpu_reset(); in xt2000_restart()
/linux/arch/arm/mach-milbeaut/
H A Dplatsmp.c112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/linux/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/linux/arch/xtensa/platforms/xtfpga/
H A Dsetup.c54 cpu_reset(); in xtfpga_restart()
/linux/arch/arm/mach-sunxi/
H A Dmc_smp.c649 typedef typeof(cpu_reset) phys_reset_t;
658 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()