Searched refs:INVALID_DESC (Results 1 – 3 of 3) sorted by relevance
340 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()356 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()417 assert(desc_type == INVALID_DESC); in xlat_tables_map_region_action()432 } else if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()479 if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()1123 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()1240 ctx->base_table[i] = INVALID_DESC; in init_xlat_tables_ctx()1247 ctx->tables[j][i] = INVALID_DESC; in init_xlat_tables_ctx()1373 if (desc_type == INVALID_DESC) { in find_xlat_table_entry()1644 *entry = INVALID_DESC; in change_mem_attributes()
329 desc = INVALID_DESC; in init_xlation_table_inner()341 desc = INVALID_DESC; in init_xlation_table_inner()
26 #define INVALID_DESC U(0x0) macro