Searched refs:plat_gpt_l0_base (Results 1 – 1 of 1) sorted by relevance
70 uintptr_t plat_gpt_l0_base; member368 uint64_t *l0_desc = (uint64_t *)gpt_config.plat_gpt_l0_base; in validate_pas_mappings()620 assert(gpt_config.plat_gpt_l0_base != 0UL); in generate_l0_blk_desc()628 l0_gpt_arr = (uint64_t *)gpt_config.plat_gpt_l0_base; in generate_l0_blk_desc()920 assert(gpt_config.plat_gpt_l0_base != 0UL); in generate_l0_tbl_desc()928 l0_gpt_base = (uint64_t *)gpt_config.plat_gpt_l0_base; in generate_l0_tbl_desc()992 uint64_t *l0 = (uint64_t *)gpt_config.plat_gpt_l0_base; in flush_l0_for_pas_array()1035 if (gpt_config.plat_gpt_l0_base == 0UL) { in gpt_enable()1041 write_gptbr_el3(((gpt_config.plat_gpt_l0_base >> GPTBR_BADDR_VAL_SHIFT) in gpt_enable()1135 gpt_config.plat_gpt_l0_base = l0_mem_base; in gpt_init_l0_tables()[all …]