Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h123 #define NUM_DIRENT_PER_TBL 128 macro
133 #define SIZ_DIRTBL (NUM_DIRENT_PER_TBL * sizeof(page_directory_entry))
H A Darch_030_mmu.h125 #define NUM_DIRENT_PER_TBL 128 macro
135 #define SIZ_DIRTBL (NUM_DIRENT_PER_TBL * sizeof(page_directory_entry))
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp361 for (j = 0; j <= NUM_DIRENT_PER_TBL; j+=NUM_PAGETBL_PER_PAGE) { in destroy_tmap()
503 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE; in map_max_pages_need()
581 pd += (rindex % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL; in map_tmap()
677 pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL; in unmap_tmap()
804 pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL; in query_tmap()
899 pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL; in protect_tmap()
971 pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL; in clear_flags_tmap()
1301 index = VADDR_TO_PRENT(sIOSpaceBase) + i / NUM_DIRENT_PER_TBL; in m68k_vm_translation_map_init()
1303 e = &pd[(VADDR_TO_PDENT(sIOSpaceBase) + i) % NUM_DIRENT_PER_TBL]; in m68k_vm_translation_map_init()
1476 for (int32 j = 0; j < NUM_DIRENT_PER_TBL; j++) in m68k_vm_translation_map_early_map()
/haiku/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h69 * NUM_DIRTBL_PER_PAGE * NUM_DIRENT_PER_TBL;
H A DM68KPagingMethod040.cpp510 for (int32 j = 0; j < NUM_DIRENT_PER_TBL; j++) in MapEarly()
692 index = VADDR_TO_PRENT(address) + i / NUM_DIRENT_PER_TBL; in _EarlyPreparePageTables()
694 e = &pd[(VADDR_TO_PDENT(address) + i) % NUM_DIRENT_PER_TBL]; in _EarlyPreparePageTables()
H A DM68KVMTranslationMap040.cpp80 for (uint32 j = 0; j <= NUM_DIRENT_PER_TBL; in ~M68KVMTranslationMap040()
198 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE; in MaxPagesNeededToMap()
/haiku/src/system/boot/arch/m68k/
H A Dmmu_030.cpp123 for (int32 j = 0; j < NUM_DIRENT_PER_TBL; j++) in allocate_kernel_pgdirs()
H A Dmmu_040.cpp168 for (int32 j = 0; j < NUM_DIRENT_PER_TBL; j++) in allocate_kernel_pgdirs()
224 for (int32 j = 0; j < NUM_DIRENT_PER_TBL; j++) in add_page_table()