Lines Matching refs:OsLayer
54 OsLayer::OsLayer() { in OsLayer() function in OsLayer
91 OsLayer::~OsLayer() { in ~OsLayer()
99 bool OsLayer::Initialize() { in Initialize()
125 bool OsLayer::IsSupported() { in IsSupported()
136 int OsLayer::AddressMode() { in AddressMode()
143 uint64 OsLayer::VirtualToPhysical(void *vaddr) { in VirtualToPhysical()
183 string OsLayer::FindFileDevice(string filename) { in FindFileDevice()
188 list<string> OsLayer::FindFileDevices() { in FindFileDevices()
196 void OsLayer::GetFeatures() { in GetFeatures()
221 void OsLayer::ActivateFlushPageCache(void) { in ActivateFlushPageCache()
227 bool OsLayer::FlushPageCache(void) { in FlushPageCache()
261 void OsLayer::Flush(void *vaddr) { in Flush()
265 OsLayer::FastFlush(vaddr); in Flush()
271 bool OsLayer::AdlerMemcpyWarm(uint64 *dstmem, uint64 *srcmem, in AdlerMemcpyWarm()
286 int OsLayer::FindDimm(uint64 addr, char *buf, int len) { in FindDimm()
312 int32 OsLayer::FindRegion(uint64 addr) { in FindRegion()
336 cpu_set_t *OsLayer::FindCoreMask(int32 region) { in FindCoreMask()
352 string OsLayer::FindCoreMaskFormat(int32 region) { in FindCoreMaskFormat()
361 bool OsLayer::ErrorReport(const char *part, const char *symptom, int count) { in ErrorReport()
377 int64 OsLayer::FindHugePages() { in FindHugePages()
408 int64 OsLayer::FindFreeMemSize() { in FindFreeMemSize()
494 int64 OsLayer::AllocateAllMem() { in AllocateAllMem()
505 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) { in AllocateTestMem()
677 void OsLayer::FreeTestMem() { in FreeTestMem()
701 void *OsLayer::PrepareTestMem(uint64 offset, uint64 length) { in PrepareTestMem()
729 void OsLayer::ReleaseTestMem(void *addr, uint64 offset, uint64 length) { in ReleaseTestMem()
743 int OsLayer::ErrorPoll() { in ErrorPoll()
748 void OsLayer::ErrorWait() { in ErrorWait()
755 int OsLayer::PciOpen(int bus, int device, int function) { in PciOpen()
774 uint32 OsLayer::PciRead(int fd, uint32 offset, int width) { in PciRead()
811 void OsLayer::PciWrite(int fd, uint32 offset, uint32 value, int width) { in PciWrite()
852 int OsLayer::OpenMSR(uint32 core, uint32 address) { in OpenMSR()
869 bool OsLayer::ReadMSR(uint32 core, uint32 address, uint64 *data) { in ReadMSR()
885 bool OsLayer::WriteMSR(uint32 core, uint32 address, uint64 *data) { in WriteMSR()
903 uint32 OsLayer::GetBitField(uint32 val, uint32 n, uint32 len) { in GetBitField()
909 bool OsLayer::CpuStressWorkload() { in CpuStressWorkload()