Searched refs:TEGRA_DRAM_BASE (Results 1 – 3 of 3) sorted by relevance
268 if ((entrypoint >= TEGRA_DRAM_BASE) && (entrypoint <= TEGRA_DRAM_END)) { in tegra_validate_ns_entrypoint()
348 if ((base < TEGRA_DRAM_BASE) || (base >= TEGRA_DRAM_END) || in bl31_check_ns_address()
291 #define TEGRA_DRAM_BASE ULL(0x80000000) macro