Searched refs:cpu_reset (Results 1 – 12 of 12) sorted by relevance
96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));137 #define cpu_reset PROC_VTABLE(reset) macro
251 #define cpu_reset __glue(CPU_NAME,_reset) macro
64 void cpu_reset(void) __attribute__((noreturn));
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()
43 cpu_reset(); in platform_restart()
51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
62 cpu_reset(); in platform_restart()
112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
391 void cpu_reset(void) in cpu_reset() function408 unsigned long vaddr = (unsigned long)cpu_reset; in cpu_reset()
60 cpu_reset(); in platform_restart()
76 When the example project bitstream is loaded, the cpu_reset button
650 typedef typeof(cpu_reset) phys_reset_t;659 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
Completed in 18 milliseconds