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

/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.h17 virtual status_t PutPage(addr_t virtualAddress,
28 void* _handle) { return PutPage(virtualAddress, _handle); }
37 return PutPage(virtualAddress, _handle);
H A DPMAPPhysicalPageMapper.cpp22 PMAPPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle)
/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp34 GenericVMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h19 virtual status_t PutPage(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h61 status_t PutPage(addr_t virtualAddress, void* handle) override;
H A Dx86_physical_page_mapper_mapped.h94 X86PhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp136 virtual status_t PutPage(addr_t virtualAddress, void* handle);
514 LargeMemoryPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h113 virtual status_t PutPage(addr_t virtualAddress,
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h158 virtual status_t PutPage(addr_t virtualAddress,
H A DRISCV64VMTranslationMap.cpp1119 RISCV64VMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:RISCV64VMPhysicalPageMapper
1137 return PutPage(virtualAddress, _handle);
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp143 virtual status_t PutPage(addr_t virtualAddress, void* handle);
517 LargeMemoryPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp138 virtual status_t PutPage(addr_t virtualAddress, void* handle);
519 LargeMemoryPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp887 fPhysicalPageMapper->PutPage((addr_t)address, handle);
/haiku/src/system/kernel/vm/
H A Dvm.cpp5101 return sPhysicalPageMapper->PutPage(vaddr, handle);

Completed in 92 milliseconds