Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
Dproc-fns.h96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
137 #define cpu_reset PROC_VTABLE(reset) macro
Dglue-proc.h251 #define cpu_reset __glue(CPU_NAME,_reset) macro
/linux-6.1.9/arch/xtensa/include/asm/
Dplatform.h64 void cpu_reset(void) __attribute__((noreturn));
/linux-6.1.9/arch/arm/common/
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-6.1.9/arch/xtensa/platforms/iss/
Dsetup.c43 cpu_reset(); in platform_restart()
/linux-6.1.9/arch/arm/kernel/
Dreboot.c51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/linux-6.1.9/arch/xtensa/platforms/xt2000/
Dsetup.c62 cpu_reset(); in platform_restart()
/linux-6.1.9/arch/arm/mach-milbeaut/
Dplatsmp.c112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/linux-6.1.9/arch/xtensa/kernel/
Dsetup.c391 void cpu_reset(void) in cpu_reset() function
408 unsigned long vaddr = (unsigned long)cpu_reset; in cpu_reset()
/linux-6.1.9/arch/xtensa/platforms/xtfpga/
Dsetup.c60 cpu_reset(); in platform_restart()
/linux-6.1.9/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/linux-6.1.9/arch/arm/mach-sunxi/
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()