Home
last modified time | relevance | path

Searched defs:pfn (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmeminfo/
Dpageacct.cpp31 static inline off64_t pfn_to_idle_bitmap_offset(uint64_t pfn) { in pfn_to_idle_bitmap_offset()
77 bool PageAcct::PageFlags(uint64_t pfn, uint64_t* flags) { in PageFlags()
92 bool PageAcct::PageMapCount(uint64_t pfn, uint64_t* mapcount) { in PageMapCount()
107 int PageAcct::IsPageIdle(uint64_t pfn) { in IsPageIdle()
/system/iorap/src/compiler/
Dcompiler.cc216 uint64_t pfn; // page frame number (physical) - null on some devices, e.g. marlin member