Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dreboot.c17 typedef void (*phys_reset_t)(unsigned long, bool); typedef
36 phys_reset_t phys_reset; in __soft_restart()
51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/linux-6.1.9/arch/arm/mach-milbeaut/
Dplatsmp.c104 typedef void (*phys_reset_t)(unsigned long); typedef
105 static phys_reset_t phys_reset;
112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/linux-6.1.9/arch/arm/common/
Dmcpm_entry.c237 typedef typeof(cpu_reset) phys_reset_t; typedef
243 phys_reset_t phys_reset; in mcpm_cpu_power_down()
301 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in mcpm_cpu_power_down()
379 phys_reset_t phys_reset; in nocache_trampoline()
390 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
/linux-6.1.9/arch/arm/mach-sunxi/
Dmc_smp.c650 typedef typeof(cpu_reset) phys_reset_t; typedef
654 phys_reset_t phys_reset; in nocache_trampoline()
659 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()