RISCV64VMPhysicalPageMapper
RISCV64VMPhysicalPageMapper::RISCV64VMPhysicalPageMapper()
RISCV64VMPhysicalPageMapper::~RISCV64VMPhysicalPageMapper()
RISCV64VMPhysicalPageMapper::GetPage(phys_addr_t physicalAddress,
RISCV64VMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle)
RISCV64VMPhysicalPageMapper::GetPageCurrentCPU( phys_addr_t physicalAddress,
RISCV64VMPhysicalPageMapper::PutPageCurrentCPU(addr_t virtualAddress,
RISCV64VMPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress,
RISCV64VMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle)
RISCV64VMPhysicalPageMapper::MemsetPhysical(phys_addr_t address, int value,
RISCV64VMPhysicalPageMapper::MemcpyFromPhysical(void* to, phys_addr_t from,
RISCV64VMPhysicalPageMapper::MemcpyToPhysical(phys_addr_t to, const void* from,
RISCV64VMPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to,
struct RISCV64VMPhysicalPageMapper: public VMPhysicalPageMapper {
RISCV64VMPhysicalPageMapper();
virtual ~RISCV64VMPhysicalPageMapper();
RISCV64VMPhysicalPageMapper();
char sPhysicalPageMapperData[sizeof(RISCV64VMPhysicalPageMapper)];