Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c322 static inline size_t GetIndexInUxpte(uint64_t startAddr, uint64_t currAddr) in GetIndexInUxpte() function
333 size_t index = GetIndexInUxpte(upt->dataAddr, addr); in GetUxpteAt()
346 size_t index = GetIndexInUxpte(upt->dataAddr, addr); in PutUxpteAt()
359 size_t index = GetIndexInUxpte(upt->dataAddr, addr); in ClearUxpteAt()
365 size_t index = GetIndexInUxpte(upt->dataAddr, addr); in IsPresentAt()