Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c141 static bool IsPresentAt(UxPageTableStruct *upt, uint64_t addr);
363 static bool IsPresentAt(UxPageTableStruct *upt, uint64_t addr) in IsPresentAt() function
404 if (!IsPresentAt(upt, off)) { in UxpteOps()