Searched refs:NUM_USER_PGDIR_ENTS (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/32bit/
H A Dpaging.h23 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \ macro
H A DARMPagingStructures32Bit.cpp70 NUM_USER_PGDIR_ENTS * sizeof(page_directory_entry));
/haiku/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h55 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64))) macro
113 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \
H A DM68KPagingMethod040.cpp361 sizeof(page_directory_entry) * NUM_USER_PGDIR_ENTS);
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp70 NUM_USER_PGDIR_ENTS * sizeof(page_directory_entry));
H A Dpaging.h57 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, \ macro
H A DX86PagingMethod32Bit.cpp287 sizeof(page_directory_entry) * NUM_USER_PGDIR_ENTS);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp74 NUM_USER_PGDIR_ENTS * sizeof(page_directory_entry));
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp74 NUM_USER_PGDIR_ENTS * sizeof(page_directory_entry));
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp114 #define NUM_USER_PGDIR_ENTS (VADDR_TO_PDENT(ROUNDUP(USER_SIZE, B_PAGE_SIZE * 64))) macro
1247 memset(page_hole_pgdir + FIRST_USER_PGDIR_ENT, 0, sizeof(page_directory_entry) * NUM_USER_PGDIR_ENTS);

Completed in 58 milliseconds