Searched refs:tegra_secure_entrypoint (Results 1 – 6 of 6) 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()
29 extern void tegra_secure_entrypoint(void);48 uint64_t reset_addr = (uint64_t)tegra_secure_entrypoint; in plat_secondary_setup()
44 .globl tegra_secure_entrypoint symbol299 func tegra_secure_entrypoint _align=6397 endfunc tegra_secure_entrypoint
133 void tegra_secure_entrypoint(void);
87 .quad tegra_secure_entrypoint