Searched refs:PutPageCurrentCPU (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp50 GenericVMPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h26 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h65 status_t PutPageCurrentCPU(addr_t virtualAddress, void* handle) override;
H A Dx86_physical_page_mapper_mapped.h113 X86PhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp140 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
539 LargeMemoryPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.h27 virtual status_t PutPageCurrentCPU(addr_t virtualAddress, function in struct:PMAPPhysicalPageMapper
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h122 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h165 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
H A DRISCV64VMTranslationMap.cpp1134 RISCV64VMPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:RISCV64VMPhysicalPageMapper
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp147 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
542 LargeMemoryPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp142 virtual status_t PutPageCurrentCPU(addr_t virtualAddress,
544 LargeMemoryPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/vm/
H A Dvm.cpp5115 return sPhysicalPageMapper->PutPageCurrentCPU(vaddr, handle);

Completed in 93 milliseconds