Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_pm.c23 static uintptr_t stm32_sec_entrypoint; variable
73 if (stm32_sec_entrypoint != (uintptr_t)&sp_min_warm_entrypoint) { in stm32_pwr_domain_on()
82 mmio_write_32(bkpr_core1_addr, stm32_sec_entrypoint); in stm32_pwr_domain_on()
237 stm32_sec_entrypoint = sec_entrypoint; in plat_setup_psci_ops()