Searched refs:pgdirs (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
H A DM68KVMTranslationMap040.cpp59 // cycle through and free all of the user space pgdirs & pgtables
183 size_t pgdirs; local
194 pgdirs = VADDR_TO_PRENT(end) + 1 - VADDR_TO_PRENT(start);
196 need = (pgdirs + NUM_DIRTBL_PER_PAGE - 1) / NUM_DIRTBL_PER_PAGE;
198 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
202 if (pgdirs == 1) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
491 size_t pgdirs; local
499 pgdirs = VADDR_TO_PRENT(end) + 1 - VADDR_TO_PRENT(start);
501 need = (pgdirs + NUM_DIRTBL_PER_PAGE - 1) / NUM_DIRTBL_PER_PAGE;
503 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
507 if (pgdirs == 1) {

Completed in 87 milliseconds