Home
last modified time | relevance | path

Searched refs:subtable (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_core.c365 uint64_t *subtable; in xlat_tables_unmap_region() local
400 subtable, XLAT_TABLE_ENTRIES, in xlat_tables_unmap_region()
403 xlat_clean_dcache_range((uintptr_t)subtable, in xlat_tables_unmap_region()
409 if (xlat_table_is_empty(ctx, subtable)) { in xlat_tables_unmap_region()
583 uint64_t *subtable; in xlat_tables_map_region() local
615 subtable = xlat_table_get_empty(ctx); in xlat_tables_map_region()
616 if (subtable == NULL) { in xlat_tables_map_region()
623 TABLE_DESC | (uintptr_t)subtable; in xlat_tables_map_region()
627 subtable, XLAT_TABLE_ENTRIES, in xlat_tables_map_region()
630 xlat_clean_dcache_range((uintptr_t)subtable, in xlat_tables_map_region()
[all …]

Completed in 4 milliseconds