Symbol: NUM_PAGEENT_PER_TBL
headers/private/kernel/arch/m68k/arch_030_mmu.h
136
#define SIZ_PAGETBL (NUM_PAGEENT_PER_TBL * sizeof(page_table_entry))
headers/private/kernel/arch/m68k/arch_040_mmu.h
134
#define SIZ_PAGETBL (NUM_PAGEENT_PER_TBL * sizeof(page_table_entry))
src/system/boot/arch/m68k/mmu_040.cpp
246
for (int32 j = 0; j < NUM_PAGEENT_PER_TBL; j++)
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1079
for (i = 0; i < NUM_PAGEENT_PER_TBL; i++, pa += B_PAGE_SIZE) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1267
B_PAGE_SIZE * (IOSPACE_SIZE / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL * NUM_PAGETBL_PER_PAGE)), ~0L,
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1279
memset(iospace_pgtables, 0, B_PAGE_SIZE * (IOSPACE_SIZE / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL * NUM_PAGETBL_PER_PAGE)));
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1300
for (i = 0; i < (IOSPACE_SIZE / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL));
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1502
for (int32 j = 0; j < NUM_PAGEENT_PER_TBL; j++)
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
627
pt += (dindex % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
696
pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
699
(index < NUM_PAGEENT_PER_TBL) && (start < end);
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
72
#define IOSPACE_CHUNK_SIZE (NUM_PAGEENT_PER_TBL*B_PAGE_SIZE)
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
823
pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
918
pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
921
(index < NUM_PAGEENT_PER_TBL) && (start < end);
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
990
pt += (index % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
532
for (int32 j = 0; j < NUM_PAGEENT_PER_TBL; j++)
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
670
(size / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL * NUM_PAGETBL_PER_PAGE)));
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
686
for (size_t i = 0; i < (size / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL));
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
394
(index < NUM_PAGEENT_PER_TBL) && (start < end);
src/system/kernel/arch/m68k/paging/040/paging.h
65
* NUM_PAGETBL_PER_PAGE * NUM_PAGEENT_PER_TBL;
src/system/kernel/arch/m68k/paging/040/paging.h
68
* NUM_PAGEENT_PER_TBL