Searched refs:unmapped_nb_free_tables (Results 1 – 1 of 1) sorted by relevance
68 int unmapped_nb_free_tables = arm64_mmu_nb_free_tables(); in mem_map_test() local72 TC_PRINT(" current free tables: %d\n", unmapped_nb_free_tables); in mem_map_test()75 zassert_true(unmapped_nb_free_tables == initial_nb_free_tables, in mem_map_test()76 "%d vs %d", unmapped_nb_free_tables, initial_nb_free_tables); in mem_map_test()80 int tables_used = unmapped_nb_free_tables - mapped_nb_free_tables; in mem_map_test()