Searched refs:UxptePageNo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/ |
H A D | ux_page_table_c.c | 63 static inline uint64_t UxptePageNo(uint64_t vaddr) in UxptePageNo() function 95 uint64_t pageNoEnd = UxptePageNo(dataAddr + dataSize -1); in GetUxPageSize() 96 uint64_t pageNoStart = UxptePageNo(dataAddr); in GetUxPageSize() 162 void *ptes = mmap(NULL, uptSize, prot, type, -1, UxptePageNo((uint64_t)dataPtr) * PAGE_SIZE); in CheckUxpt() 424 uxpte_t *ptes = (uxpte_t*)mmap(NULL, size, prot, type, -1, UxptePageNo(dataAddr) * PAGE_SIZE); in MapUxptePages()
|