Lines Matching refs:OsLayer
52 // OsLayer initialization.
53 OsLayer::OsLayer() {
84 // OsLayer cleanup.
85 OsLayer::~OsLayer() {
90 // OsLayer initialization.
91 bool OsLayer::Initialize() {
113 bool OsLayer::IsSupported() {
124 int OsLayer::AddressMode() {
131 uint64 OsLayer::VirtualToPhysical(void *vaddr) {
137 string OsLayer::FindFileDevice(string filename) {
142 list<string> OsLayer::FindFileDevices() {
150 void OsLayer::GetFeatures() {
175 void OsLayer::ActivateFlushPageCache(void) {
181 bool OsLayer::FlushPageCache(void) {
215 void OsLayer::Flush(void *vaddr) {
224 bool OsLayer::AdlerMemcpyWarm(uint64 *dstmem, uint64 *srcmem,
236 int OsLayer::FindDimm(uint64 addr, char *buf, int len) {
246 int32 OsLayer::FindRegion(uint64 addr) {
270 cpu_set_t *OsLayer::FindCoreMask(int32 region) {
286 string OsLayer::FindCoreMaskFormat(int32 region) {
295 bool OsLayer::ErrorReport(const char *part, const char *symptom, int count) {
303 int64 OsLayer::FindHugePages() {
334 int64 OsLayer::FindFreeMemSize() {
401 int64 OsLayer::AllocateAllMem() {
412 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) {
570 void OsLayer::FreeTestMem() {
592 void *OsLayer::PrepareTestMem(uint64 offset, uint64 length) {
620 void OsLayer::ReleaseTestMem(void *addr, uint64 offset, uint64 length) {
634 int OsLayer::ErrorPoll() {
639 void OsLayer::ErrorWait() {
646 int OsLayer::PciOpen(int bus, int device, int function) {
665 uint32 OsLayer::PciRead(int fd, uint32 offset, int width) {
702 void OsLayer::PciWrite(int fd, uint32 offset, uint32 value, int width) {
743 int OsLayer::OpenMSR(uint32 core, uint32 address) {
760 bool OsLayer::ReadMSR(uint32 core, uint32 address, uint64 *data) {
776 bool OsLayer::WriteMSR(uint32 core, uint32 address, uint64 *data) {
794 uint32 OsLayer::GetBitField(uint32 val, uint32 n, uint32 len) {
800 bool OsLayer::CpuStressWorkload() {
832 PCIDevices OsLayer::GetPCIDevices() {
866 int OsLayer::PCIGetValue(string name, string object) {
881 int OsLayer::PCIGetResources(string name, PCIDevice *device) {