Searched refs:PutPageDebug (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp68 GenericVMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h32 virtual status_t PutPageDebug(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h69 status_t PutPageDebug(addr_t virtualAddress, void* handle) override;
H A Dx86_physical_page_mapper_mapped.h133 X86PhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp145 virtual status_t PutPageDebug(addr_t virtualAddress,
563 LargeMemoryPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.h34 virtual status_t PutPageDebug(addr_t virtualAddress, function in struct:PMAPPhysicalPageMapper
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h129 virtual status_t PutPageDebug(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp456 fPhysicalPageMapper->PutPageDebug(virtualPageDirectory, handle);
475 fPhysicalPageMapper->PutPageDebug(virtualPageTable, handle);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp443 fPhysicalPageMapper->PutPageDebug(virtualPageDirectory, handle);
462 fPhysicalPageMapper->PutPageDebug(virtualPageTable, handle);
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h171 virtual status_t PutPageDebug(addr_t virtualAddress,
H A DRISCV64VMTranslationMap.cpp1151 RISCV64VMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:RISCV64VMPhysicalPageMapper
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp152 virtual status_t PutPageDebug(addr_t virtualAddress,
566 LargeMemoryPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp147 virtual status_t PutPageDebug(addr_t virtualAddress,
568 LargeMemoryPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp745 fPhysicalPageMapper->PutPageDebug(virtualPDPT, handle);
759 fPhysicalPageMapper->PutPageDebug(virtualPageDir, handle);
774 fPhysicalPageMapper->PutPageDebug(virtualPageTable, handle);
/haiku/src/system/kernel/vm/
H A Dvm.cpp5136 return sPhysicalPageMapper->PutPageDebug(vaddr, handle);

Completed in 232 milliseconds