Home
last modified time | relevance | path

Searched refs:GenericVMPhysicalPageMapper (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp15 GenericVMPhysicalPageMapper::GenericVMPhysicalPageMapper() in GenericVMPhysicalPageMapper() function in GenericVMPhysicalPageMapper
20 GenericVMPhysicalPageMapper::~GenericVMPhysicalPageMapper() in ~GenericVMPhysicalPageMapper()
26 GenericVMPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, in GetPage()
34 GenericVMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) in PutPage()
41 GenericVMPhysicalPageMapper::GetPageCurrentCPU(phys_addr_t physicalAddress, in GetPageCurrentCPU()
50 GenericVMPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress, in PutPageCurrentCPU()
59 GenericVMPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, in GetPageDebug()
68 GenericVMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) in PutPageDebug()
76 GenericVMPhysicalPageMapper::MemsetPhysical(phys_addr_t address, int value, in MemsetPhysical()
84 GenericVMPhysicalPageMapper::MemcpyFromPhysical(void* to, phys_addr_t from, in MemcpyFromPhysical()
[all …]
H A DGenericVMPhysicalPageMapper.h12 struct GenericVMPhysicalPageMapper : VMPhysicalPageMapper { struct
13 GenericVMPhysicalPageMapper();
14 virtual ~GenericVMPhysicalPageMapper();
/haiku/src/system/kernel/arch/ppc/
H A DJamfile67 GenericVMPhysicalPageMapper.cpp
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h117 GenericVMPhysicalPageMapper fPhysicalPageMapper;
H A DPPCPagingMethod460.cpp103 new(&fPhysicalPageMapper) GenericVMPhysicalPageMapper; in Init()
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h117 GenericVMPhysicalPageMapper fPhysicalPageMapper;
H A DPPCPagingMethodClassic.cpp103 new(&fPhysicalPageMapper) GenericVMPhysicalPageMapper; in Init()