Searched refs:INVALID_DESC (Results 1 – 4 of 4) sorted by relevance
388 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()407 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()468 assert(desc_type == INVALID_DESC); in xlat_tables_map_region_action()483 } else if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()530 if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()1206 ctx->base_table[i] = INVALID_DESC; in init_xlat_tables_ctx()1213 ctx->tables[j][i] = INVALID_DESC; in init_xlat_tables_ctx()
145 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()293 if (desc_type == INVALID_DESC) { in find_xlat_table_entry()553 *entry = INVALID_DESC; in xlat_change_mem_attributes_ctx()
345 desc = INVALID_DESC; in init_xlation_table_inner()357 desc = INVALID_DESC; in init_xlation_table_inner()
31 #define INVALID_DESC U(0x0) macro