Home
last modified time | relevance | path

Searched refs:OsLayer (Results 1 – 10 of 10) sorted by relevance

/external/stressapptest/src/
Dos.cc54 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()
[all …]
Dos_factory.cc30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { in OsLayerFactory()
31 OsLayer *os = 0; in OsLayerFactory()
32 os = new OsLayer(); in OsLayerFactory()
Dos.h54 class OsLayer {
56 OsLayer();
57 virtual ~OsLayer();
415 DISALLOW_COPY_AND_ASSIGN(OsLayer);
420 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);
Derror_diag.h151 bool set_os(OsLayer *os);
158 string AddressToDimmString(OsLayer *os, void *addr, int offset);
161 OsLayer *os_; // Platform handle.
Dfinelock_queue.h50 void set_os(OsLayer *os);
51 OsLayer::ErrCallback get_err_log_callback();
Dfinelock_queue.cc199 OsLayer *g_os;
212 void FineLockPEQueue::set_os(OsLayer *os) { in set_os()
217 OsLayer::ErrCallback FineLockPEQueue::get_err_log_callback() { in get_err_log_callback()
225 OsLayer *os = g_os; in ErrorLogCallback()
Derror_diag.cc150 bool ErrorDiag::set_os(OsLayer *os) { in set_os()
204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) { in AddressToDimmString()
Dsat.h291 class OsLayer *os_; // Os abstraction: put hacks here.
Dworker.h216 class OsLayer *os_init,
394 class OsLayer *os_; // Os abstraction: put hacks here.
Dworker.cc282 class OsLayer *os_init, in InitThread()
1095 OsLayer::FastFlushSync(); in AdlerAddrMemcpyWarm()
1097 OsLayer::FastFlushHint(dstmem64 + (i * mem_increment)); in AdlerAddrMemcpyWarm()
1098 OsLayer::FastFlushHint(srcmem64 + (i * mem_increment)); in AdlerAddrMemcpyWarm()
1100 OsLayer::FastFlushSync(); in AdlerAddrMemcpyWarm()
1299 OsLayer::FastFlush(&sourcemem[i]); in InvertPageDown()
1322 OsLayer::FastFlush(&sourcemem[i]); in InvertPageUp()