Home
last modified time | relevance | path

Searched refs:phys_reset (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dreboot.c36 phys_reset_t phys_reset; in __soft_restart() local
51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
54 phys_reset((unsigned long)addr, is_hyp_mode_available()); in __soft_restart()
/openbmc/linux/arch/arm/mach-milbeaut/
H A Dplatsmp.c105 static phys_reset_t phys_reset; variable
112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
113 phys_reset(virt_to_phys(cpu_resume)); in m10v_die()
/openbmc/linux/arch/arm/common/
H A Dmcpm_entry.c243 phys_reset_t phys_reset; in mcpm_cpu_power_down() local
301 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in mcpm_cpu_power_down()
302 phys_reset(__pa_symbol(mcpm_entry_point), false); in mcpm_cpu_power_down()
379 phys_reset_t phys_reset; in nocache_trampoline() local
390 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
391 phys_reset(__pa_symbol(mcpm_entry_point), false); in nocache_trampoline()
/openbmc/linux/arch/arm/mach-sunxi/
H A Dmc_smp.c653 phys_reset_t phys_reset; in nocache_trampoline() local
658 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
659 phys_reset(__pa_symbol(sunxi_mc_smp_resume), false); in nocache_trampoline()