Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/
H A Dplat_secondary.c33 addr_low = (uintptr_t)&tegra_secure_entrypoint | CPU_RESET_MODE_AA64; in plat_secondary_setup()
34 addr_high = (uintptr_t)(((uintptr_t)&tegra_secure_entrypoint >> 32U) & 0x7ffU); in plat_secondary_setup()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t210/
H A Dplat_secondary.c20 extern void tegra_secure_entrypoint(void);
28 uint64_t reset_addr = (uint64_t)tegra_secure_entrypoint; in plat_secondary_setup()
/rk3399_ARM-atf/plat/nvidia/tegra/common/aarch64/
H A Dtegra_helpers.S44 .globl tegra_secure_entrypoint symbol
310 func tegra_secure_entrypoint _align=6
408 endfunc tegra_secure_entrypoint
/rk3399_ARM-atf/plat/nvidia/tegra/include/
H A Dtegra_private.h137 void tegra_secure_entrypoint(void);
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_trampoline.S87 .quad tegra_secure_entrypoint