Searched refs:tegra_secure_entrypoint (Results 1 – 5 of 5) sorted by relevance
33 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()
20 extern void tegra_secure_entrypoint(void);28 uint64_t reset_addr = (uint64_t)tegra_secure_entrypoint; in plat_secondary_setup()
44 .globl tegra_secure_entrypoint symbol310 func tegra_secure_entrypoint _align=6408 endfunc tegra_secure_entrypoint
137 void tegra_secure_entrypoint(void);
87 .quad tegra_secure_entrypoint