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()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 …]
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()
54 class OsLayer {56 OsLayer();57 virtual ~OsLayer();415 DISALLOW_COPY_AND_ASSIGN(OsLayer);420 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.
50 void set_os(OsLayer *os);51 OsLayer::ErrCallback get_err_log_callback();
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()
150 bool ErrorDiag::set_os(OsLayer *os) { in set_os()204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) { in AddressToDimmString()
291 class OsLayer *os_; // Os abstraction: put hacks here.
216 class OsLayer *os_init,394 class OsLayer *os_; // Os abstraction: put hacks here.
282 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()