Searched refs:MemcpyPhysicalPage (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp100 GenericVMPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h41 virtual void MemcpyPhysicalPage(phys_addr_t to,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h77 void MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from) override;
H A Dx86_physical_page_mapper_mapped.h187 X86PhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp154 virtual void MemcpyPhysicalPage(phys_addr_t to,
680 LargeMemoryPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.cpp65 PMAPPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from)
H A DPMAPPhysicalPageMapper.h47 virtual void MemcpyPhysicalPage(phys_addr_t to,
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h140 virtual void MemcpyPhysicalPage(phys_addr_t to,
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h181 virtual void MemcpyPhysicalPage(phys_addr_t to,
H A DRISCV64VMTranslationMap.cpp1191 RISCV64VMPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:RISCV64VMPhysicalPageMapper
1194 TRACE("RISCV64VMPhysicalPageMapper::MemcpyPhysicalPage(0x%" B_PRIxADDR
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp161 virtual void MemcpyPhysicalPage(phys_addr_t to,
683 LargeMemoryPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp156 virtual void MemcpyPhysicalPage(phys_addr_t to,
685 LargeMemoryPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/vm/
H A Dvm.cpp5510 return sPhysicalPageMapper->MemcpyPhysicalPage(to, from);

Completed in 143 milliseconds