Home
last modified time | relevance | path

Searched refs:normal_mem_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dos.h224 bool normal_mem() const { return normal_mem_; } in normal_mem()
258 bool normal_mem_; // Memory DMA capable? variable
Dos.cc58 normal_mem_ = true; in OsLayer()