Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arm64/arm64_mmu/src/
Dmain.c21 extern int arm64_mmu_nb_free_tables(void);
31 initial_nb_free_tables = arm64_mmu_nb_free_tables(); in arm64_mmu_test_init()
54 int mapped_nb_free_tables = arm64_mmu_nb_free_tables(); in mem_map_test()
68 int unmapped_nb_free_tables = arm64_mmu_nb_free_tables(); in mem_map_test()
167 int mapped_nb_free_tables = arm64_mmu_nb_free_tables(); in ZTEST()
185 int split_nb_free_tables = arm64_mmu_nb_free_tables(); in ZTEST()
208 int unmapped_nb_free_tables = arm64_mmu_nb_free_tables(); in ZTEST()
/Zephyr-latest/arch/arm64/core/
Dmmu.c117 int arm64_mmu_nb_free_tables(void) in arm64_mmu_nb_free_tables() function