Searched refs:NUM_KERNEL_PGDIR_ENTS (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/32bit/
H A Dpaging.h26 #define NUM_KERNEL_PGDIR_ENTS (VADDR_TO_PDENT(KERNEL_SIZE)) macro
H A DARMPagingStructures32Bit.cpp81 NUM_KERNEL_PGDIR_ENTS * sizeof(page_directory_entry));
H A DARMVMTranslationMap32Bit.cpp194 && index < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS)) {
/haiku/src/system/kernel/arch/m68k/paging/040/
H A Dpaging.h59 #define NUM_KERNEL_PGDIR_ENTS (VADDR_TO_PDENT(KERNEL_SIZE)) macro
116 #define NUM_KERNEL_PGDIR_ENTS (VADDR_TO_PDENT(KERNEL_SIZE))
H A DM68KVMTranslationMap040.cpp262 < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS))
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp81 NUM_KERNEL_PGDIR_ENTS * sizeof(page_directory_entry));
H A Dpaging.h60 #define NUM_KERNEL_PGDIR_ENTS (VADDR_TO_PDENT(KERNEL_SIZE)) macro
H A DX86VMTranslationMap32Bit.cpp179 && index < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS)) {
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp87 NUM_KERNEL_PGDIR_ENTS * sizeof(page_directory_entry));
H A DPPCVMTranslationMap460.cpp440 && index < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS)) {
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp87 NUM_KERNEL_PGDIR_ENTS * sizeof(page_directory_entry));
H A DPPCVMTranslationMapClassic.cpp440 && index < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS)) {
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp90 i < FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS; i++) {
141 i < FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS; i++) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp118 #define NUM_KERNEL_PGDIR_ENTS (VADDR_TO_PDENT(KERNEL_SIZE)) macro
566 && (aindex+i) < (FIRST_KERNEL_PGDIR_ENT + NUM_KERNEL_PGDIR_ENTS))

Completed in 97 milliseconds