Home
last modified time | relevance | path

Searched refs:cpu_reset (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dplatform.h44 void cpu_reset(void) __attribute__((noreturn));
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dplatform.h64 void cpu_reset(void) __attribute__((noreturn));
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dproc-fns.h15 extern void cpu_reset(unsigned long reset);
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/
H A Dsetup.c42 cpu_reset(); in platform_restart()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dreboot.c51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dreboot.c51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/
H A Dsetup.c40 cpu_reset(); in iss_restart()
/kernel/linux/linux-5.10/arch/xtensa/platforms/xt2000/
H A Dsetup.c62 cpu_reset(); in platform_restart()
/kernel/linux/linux-5.10/arch/arm/mach-milbeaut/
H A Dplatsmp.c112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/kernel/linux/linux-6.6/arch/arm/mach-milbeaut/
H A Dplatsmp.c112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/kernel/linux/linux-6.6/arch/xtensa/platforms/xt2000/
H A Dsetup.c58 cpu_reset(); in xt2000_restart()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsetup.c402 void cpu_reset(void) in cpu_reset() function
419 unsigned long vaddr = (unsigned long)cpu_reset; in cpu_reset()
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/
H A Dsetup.c60 cpu_reset(); in platform_restart()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dprocess.c26 cpu_reset(0); in arch_reset()
/kernel/linux/linux-6.6/arch/xtensa/platforms/xtfpga/
H A Dsetup.c54 cpu_reset(); in xtfpga_restart()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dproc.c516 void cpu_reset(unsigned long reset) in cpu_reset() function

Completed in 11 milliseconds