Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc54 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()
[all …]
H A 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()
H A Dos.h55 class OsLayer {
57 OsLayer();
58 virtual ~OsLayer();
420 DISALLOW_COPY_AND_ASSIGN(OsLayer);
425 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);
H A Derror_diag.h151 bool set_os(OsLayer *os);
158 string AddressToDimmString(OsLayer *os, void *addr, int offset);
161 OsLayer *os_; // Platform handle.
H A 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()
H A Dfinelock_queue.h50 void set_os(OsLayer *os);
51 OsLayer::ErrCallback get_err_log_callback();
H A Derror_diag.cc150 bool ErrorDiag::set_os(OsLayer *os) { in set_os()
204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) { in AddressToDimmString()
H A Dworker.h218 class OsLayer *os_init,
395 class OsLayer *os_; // Os abstraction: put hacks here.
H A Dsat.h291 class OsLayer *os_; // Os abstraction: put hacks here.
H A Dworker.cc294 class OsLayer *os_init, in InitThread()
1120 OsLayer::FastFlushSync(); in AdlerAddrMemcpyWarm()
1122 OsLayer::FastFlushHint(dstmem64 + (i * mem_increment)); in AdlerAddrMemcpyWarm()
1123 OsLayer::FastFlushHint(srcmem64 + (i * mem_increment)); in AdlerAddrMemcpyWarm()
1125 OsLayer::FastFlushSync(); in AdlerAddrMemcpyWarm()
1331 OsLayer::FastFlush(&sourcemem[i]); in InvertPageDown()
1355 OsLayer::FastFlush(&sourcemem[i]); in InvertPageUp()