Lines Matching full:tables
34 TC_PRINT(" Total page tables: %d\n", CONFIG_MAX_XLAT_TABLES); in arm64_mmu_test_init()
35 TC_PRINT(" Initial free tables: %d\n", initial_nb_free_tables); in arm64_mmu_test_init()
58 TC_PRINT(" current free tables: %d\n", mapped_nb_free_tables); in mem_map_test()
72 TC_PRINT(" current free tables: %d\n", unmapped_nb_free_tables); in mem_map_test()
88 * multiple tables to reach the deepest level. in ZTEST()
96 zassert_true(tables_used == 2, "used %d tables", tables_used); in ZTEST()
113 zassert_true(tables_used == 1, "used %d tables", tables_used); in ZTEST()
132 zassert_true(tables_used == 2, "used %d tables", tables_used); in ZTEST()
151 zassert_true(tables_used == 2, "used %d tables", tables_used); in ZTEST()
171 TC_PRINT(" current free tables: %d\n", mapped_nb_free_tables); in ZTEST()
189 TC_PRINT(" current free tables: %d\n", split_nb_free_tables); in ZTEST()
212 TC_PRINT(" current free tables: %d\n", unmapped_nb_free_tables); in ZTEST()