Lines Matching defs:l0_mem_base
310 * l0_mem_base Base address of memory used for L0 tables.
316 static int gpt_validate_l0_params(gpccr_pps_e pps, uintptr_t l0_mem_base,
339 if ((l0_mem_base == 0U) || ((l0_mem_base & (l0_alignment - 1)) != 0U)) {
340 ERROR("[GPT] Invalid L0 base address: 0x%lx\n", l0_mem_base);
759 * l0_mem_base Base address of L0 tables in memory.
765 int gpt_init_l0_tables(gpccr_pps_e pps, uintptr_t l0_mem_base,
775 ret = gpt_validate_l0_params(pps, l0_mem_base, l0_mem_size);
785 ((uint64_t *)l0_mem_base)[i] = gpt_desc;
789 flush_dcache_range((uintptr_t)l0_mem_base,
793 gpt_config.plat_gpt_l0_base = l0_mem_base;