Lines Matching refs:OsLayer

54 OsLayer::OsLayer() {  in OsLayer()  function in OsLayer
91 OsLayer::~OsLayer() { in ~OsLayer()
99 bool OsLayer::Initialize() { in Initialize()
124 bool OsLayer::IsSupported() { in IsSupported()
135 int OsLayer::AddressMode() { in AddressMode()
142 uint64 OsLayer::VirtualToPhysical(void *vaddr) { in VirtualToPhysical()
182 string OsLayer::FindFileDevice(string filename) { in FindFileDevice()
187 list<string> OsLayer::FindFileDevices() { in FindFileDevices()
195 void OsLayer::GetFeatures() { in GetFeatures()
223 void OsLayer::ActivateFlushPageCache(void) { in ActivateFlushPageCache()
229 bool OsLayer::FlushPageCache(void) { in FlushPageCache()
263 void OsLayer::Flush(void *vaddr) { in Flush()
267 OsLayer::FastFlush(vaddr); in Flush()
273 bool OsLayer::AdlerMemcpyWarm(uint64 *dstmem, uint64 *srcmem, in AdlerMemcpyWarm()
288 int OsLayer::FindDimm(uint64 addr, char *buf, int len) { in FindDimm()
314 int32 OsLayer::FindRegion(uint64 addr) { in FindRegion()
338 cpu_set_t *OsLayer::FindCoreMask(int32 region) { in FindCoreMask()
354 string OsLayer::FindCoreMaskFormat(int32 region) { in FindCoreMaskFormat()
363 bool OsLayer::ErrorReport(const char *part, const char *symptom, int count) { in ErrorReport()
379 int64 OsLayer::FindHugePages() { in FindHugePages()
410 int64 OsLayer::FindFreeMemSize() { in FindFreeMemSize()
496 int64 OsLayer::AllocateAllMem() { in AllocateAllMem()
507 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) { in AllocateTestMem()
679 void OsLayer::FreeTestMem() { in FreeTestMem()
703 void *OsLayer::PrepareTestMem(uint64 offset, uint64 length) { in PrepareTestMem()
731 void OsLayer::ReleaseTestMem(void *addr, uint64 offset, uint64 length) { in ReleaseTestMem()
745 int OsLayer::ErrorPoll() { in ErrorPoll()
750 void OsLayer::ErrorWait() { in ErrorWait()
757 int OsLayer::PciOpen(int bus, int device, int function) { in PciOpen()
776 uint32 OsLayer::PciRead(int fd, uint32 offset, int width) { in PciRead()
813 void OsLayer::PciWrite(int fd, uint32 offset, uint32 value, int width) { in PciWrite()
854 int OsLayer::OpenMSR(uint32 core, uint32 address) { in OpenMSR()
871 bool OsLayer::ReadMSR(uint32 core, uint32 address, uint64 *data) { in ReadMSR()
887 bool OsLayer::WriteMSR(uint32 core, uint32 address, uint64 *data) { in WriteMSR()
905 uint32 OsLayer::GetBitField(uint32 val, uint32 n, uint32 len) { in GetBitField()
911 bool OsLayer::CpuStressWorkload() { in CpuStressWorkload()