Searched refs:OsLayer (Results 1 – 10 of 10) sorted by relevance
54 OsLayer::OsLayer() { in OsLayer() function in OsLayer91 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 …]
30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { in OsLayerFactory()31 OsLayer *os = 0; in OsLayerFactory()32 os = new OsLayer(); in OsLayerFactory()
55 class OsLayer {57 OsLayer();58 virtual ~OsLayer();420 DISALLOW_COPY_AND_ASSIGN(OsLayer);425 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);
151 bool set_os(OsLayer *os);158 string AddressToDimmString(OsLayer *os, void *addr, int offset);161 OsLayer *os_; // Platform handle.
199 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()
50 void set_os(OsLayer *os);51 OsLayer::ErrCallback get_err_log_callback();
150 bool ErrorDiag::set_os(OsLayer *os) { in set_os()204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) { in AddressToDimmString()
218 class OsLayer *os_init,395 class OsLayer *os_; // Os abstraction: put hacks here.
291 class OsLayer *os_; // Os abstraction: put hacks here.
294 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()