Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/
A Dplat_pm.c37 static uintptr_t secure_entrypoint; variable
210 mcucfg_set_bootaddr(cluster, cpu, secure_entrypoint); in plat_power_domain_on()
384 secure_entrypoint = sec_entrypoint; in plat_setup_psci_ops()
392 mcucfg_set_bootaddr(0U, 0U, secure_entrypoint); in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/
A Dplat_pm.c37 static uintptr_t secure_entrypoint; variable
208 mcucfg_set_bootaddr(cluster, cpu, secure_entrypoint); in plat_power_domain_on()
389 secure_entrypoint = sec_entrypoint; in plat_setup_psci_ops()
397 mcucfg_set_bootaddr(0U, 0U, secure_entrypoint); in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/
A Dplat_pm.c127 static uintptr_t secure_entrypoint; variable
230 sspm_set_bootaddr(secure_entrypoint); in mcdi_ctrl_cluster_cpu_off()
317 mcucfg_set_bootaddr(cluster, i, secure_entrypoint); in plat_mtk_power_domain_on()
385 spm_set_bootaddr(secure_entrypoint); in plat_mtk_power_domain_suspend()
575 secure_entrypoint = sec_entrypoint; in plat_setup_psci_ops()
580 mcucfg_set_bootaddr(0, i, secure_entrypoint); in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/
A Dplat_pm.c33 static uintptr_t secure_entrypoint; variable
203 mcucfg_set_bootaddr(cluster, cpu, secure_entrypoint); in plat_power_domain_on()
386 secure_entrypoint = sec_entrypoint; in plat_setup_psci_ops()
394 mcucfg_set_bootaddr(0U, 0U, secure_entrypoint); in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/qemu/qemu_sbsa/
A Dsbsa_pm.c31 static unsigned long secure_entrypoint; variable
233 secure_entrypoint = (unsigned long)sec_entrypoint; in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_pm.c24 static unsigned long secure_entrypoint; variable
253 secure_entrypoint = (unsigned long) sec_entrypoint; in plat_setup_psci_ops()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/
A Dplat_pm.c254 static uintptr_t secure_entrypoint; variable
271 mmio_write_32(rv, secure_entrypoint); in plat_power_domain_on()
337 mmio_write_32(rv, secure_entrypoint); in plat_power_domain_suspend()
572 secure_entrypoint = sec_entrypoint; in plat_setup_psci_ops()

Completed in 13 milliseconds