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