Searched refs:plat_gpt_l0_base (Results 1 – 1 of 1) sorted by relevance
112 uintptr_t plat_gpt_l0_base; member419 uint64_t *l0_desc = (uint64_t *)gpt_config.plat_gpt_l0_base; in validate_pas_mappings()671 assert(gpt_config.plat_gpt_l0_base != 0UL); in generate_l0_blk_desc()679 l0_gpt_arr = (uint64_t *)gpt_config.plat_gpt_l0_base; in generate_l0_blk_desc()971 assert(gpt_config.plat_gpt_l0_base != 0UL); in generate_l0_tbl_desc()979 l0_gpt_base = (uint64_t *)gpt_config.plat_gpt_l0_base; in generate_l0_tbl_desc()1043 uint64_t *l0 = (uint64_t *)gpt_config.plat_gpt_l0_base; in flush_l0_for_pas_array()1104 if (gpt_config.plat_gpt_l0_base == 0UL) { in gpt_enable()1110 write_gptbr_el3(((gpt_config.plat_gpt_l0_base >> GPTBR_BADDR_VAL_SHIFT) in gpt_enable()1220 gpt_config.plat_gpt_l0_base = l0_mem_base; in gpt_init_l0_tables()[all …]