Searched refs:plat_secondary_reset (Results 1 – 9 of 9) sorted by relevance
18 void plat_secondary_reset(void);
25 .globl plat_secondary_reset symbol125 func plat_secondary_reset146 endfunc plat_secondary_reset
23 void plat_secondary_reset(void);
238 reset = (uint64_t)(&plat_secondary_reset) & 0xFFFFFFFFU; in rcar_pwrc_setup()
58 void plat_secondary_reset(void);
394 uint64_t reset = (uint64_t) (&plat_secondary_reset) & 0xFFFFFFFF; in rcar_pwrc_setup()
26 .globl plat_secondary_reset symbol139 func plat_secondary_reset163 endfunc plat_secondary_reset
173 volatile uintptr_t secondary_reset_func = (uintptr_t)plat_secondary_reset; in bl31_platform_setup()