Searched refs:NUM_PAGETBL_PER_PAGE (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/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) {
503 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
509 need += (VADDR_TO_PDENT(end) + 1 - VADDR_TO_PDENT(start) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
600 for (i = 0; i < NUM_PAGETBL_PER_PAGE; i++) {
601 unsigned aindex = dindex & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
624 pt += (dindex % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
693 pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
820 pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TB
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h65 * NUM_PAGETBL_PER_PAGE * NUM_PAGEENT_PER_TBL;
H A DM68KVMTranslationMap040.cpp80 j+=NUM_PAGETBL_PER_PAGE) {
197 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
203 need += (VADDR_TO_PDENT(end) + 1 - VADDR_TO_PDENT(start) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
300 for (i = 0; i < NUM_PAGETBL_PER_PAGE; i++) {
301 uint32 aindex = dindex & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
324 //pt += (dindex % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
389 //pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
H A DM68KPagingMethod040.cpp519 unsigned aindex = index & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
528 for (i = 0; i < NUM_PAGETBL_PER_PAGE; i++) {
671 (size / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL * NUM_PAGETBL_PER_PAGE)));
/haiku-fatelf/src/system/boot/arch/m68k/
H A Dmmu_040.cpp234 unsigned aindex = index & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
240 for (i = 0; i < NUM_PAGETBL_PER_PAGE; i++) {
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_030_mmu.h140 #define NUM_PAGETBL_PER_PAGE (B_PAGE_SIZE / SIZ_PAGETBL) macro
H A Darch_040_mmu.h138 #define NUM_PAGETBL_PER_PAGE (B_PAGE_SIZE / SIZ_PAGETBL) macro

Completed in 88 milliseconds