Searched refs:GenericVMPhysicalPageMapper (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp7 #include "GenericVMPhysicalPageMapper.h"
15 GenericVMPhysicalPageMapper::GenericVMPhysicalPageMapper() function in class:GenericVMPhysicalPageMapper
20 GenericVMPhysicalPageMapper::~GenericVMPhysicalPageMapper()
26 GenericVMPhysicalPageMapper::GetPage(phys_addr_t physicalAddress,
34 GenericVMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle)
41 GenericVMPhysicalPageMapper::GetPageCurrentCPU(phys_addr_t physicalAddress,
50 GenericVMPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress,
59 GenericVMPhysicalPageMapper
[all...]
H A DGenericVMPhysicalPageMapper.h12 struct GenericVMPhysicalPageMapper : VMPhysicalPageMapper { struct in inherits:VMPhysicalPageMapper
13 GenericVMPhysicalPageMapper();
14 virtual ~GenericVMPhysicalPageMapper();
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h13 #include "GenericVMPhysicalPageMapper.h"
117 GenericVMPhysicalPageMapper fPhysicalPageMapper;
H A DPPCPagingMethod460.cpp31 #include "GenericVMPhysicalPageMapper.h"
103 new(&fPhysicalPageMapper) GenericVMPhysicalPageMapper;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h13 #include "GenericVMPhysicalPageMapper.h"
117 GenericVMPhysicalPageMapper fPhysicalPageMapper;
H A DPPCPagingMethodClassic.cpp31 #include "GenericVMPhysicalPageMapper.h"
103 new(&fPhysicalPageMapper) GenericVMPhysicalPageMapper;

Completed in 114 milliseconds