Searched refs:INVALID_DESC (Results 1 – 4 of 4) sorted by relevance
163 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()311 if (desc_type == INVALID_DESC) { in find_xlat_table_entry()620 *entry = INVALID_DESC; in xlat_change_mem_attributes_ctx()
390 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()409 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()470 assert(desc_type == INVALID_DESC); in xlat_tables_map_region_action()485 } else if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()533 if (desc_type == INVALID_DESC) { in xlat_tables_map_region_action()
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