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

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h133 #define SIZ_DIRTBL (NUM_DIRENT_PER_TBL * sizeof(page_directory_entry)) macro
137 #define NUM_DIRTBL_PER_PAGE (B_PAGE_SIZE / SIZ_DIRTBL)
155 //#define PRE_TO_PI(e) ((((uint32)(e)) & ((1<<12)-1)) / SIZ_DIRTBL)
H A Darch_030_mmu.h135 #define SIZ_DIRTBL (NUM_DIRENT_PER_TBL * sizeof(page_directory_entry)) macro
139 #define NUM_DIRTBL_PER_PAGE (B_PAGE_SIZE / SIZ_DIRTBL)
176 //#define PRE_TO_PI(e) (((*(uint32 *)(&(e))) & ((1<<12)-1)) / SIZ_DIRTBL)
/haiku/src/system/boot/arch/m68k/
H A Dmmu_030.cpp117 tbl += SIZ_DIRTBL;
H A Dmmu_040.cpp163 tbl += SIZ_DIRTBL;
226 tbl += SIZ_DIRTBL;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp512 tbl += SIZ_DIRTBL;
H A DM68KVMTranslationMap040.cpp266 pgdir += SIZ_DIRTBL;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp569 pgdir += SIZ_DIRTBL;
1478 tbl += SIZ_DIRTBL;

Completed in 63 milliseconds