Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/
A Dxlat_tables_core.c362 uint64_t *subtable; in xlat_tables_unmap_region() local
397 subtable, XLAT_TABLE_ENTRIES, in xlat_tables_unmap_region()
400 xlat_clean_dcache_range((uintptr_t)subtable, in xlat_tables_unmap_region()
406 if (xlat_table_is_empty(ctx, subtable)) { in xlat_tables_unmap_region()
580 uint64_t *subtable; in xlat_tables_map_region() local
612 subtable = xlat_table_get_empty(ctx); in xlat_tables_map_region()
613 if (subtable == NULL) { in xlat_tables_map_region()
620 TABLE_DESC | (uintptr_t)subtable; in xlat_tables_map_region()
624 subtable, XLAT_TABLE_ENTRIES, in xlat_tables_map_region()
627 xlat_clean_dcache_range((uintptr_t)subtable, in xlat_tables_map_region()
[all …]

Completed in 3 milliseconds