Home
last modified time | relevance | path

Searched refs:pageNoStart (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c96 uint64_t pageNoStart = UxptePageNo(dataAddr); in GetUxPageSize() local
97 if (pageNoEnd < pageNoStart) { in GetUxPageSize()
98 HILOG_ERROR(LOG_CORE, "pageNoEnd < pageNoStart"); in GetUxPageSize()
101 if (pageNoEnd - pageNoStart + 1 > SIZE_MAX / PAGE_SIZE) { in GetUxPageSize()
102 HILOG_ERROR(LOG_CORE, "pageNoEnd - pageNoStart + 1 > SIZE_MAX / PAGE_SIZE"); in GetUxPageSize()
105 return (pageNoEnd - pageNoStart + 1) * PAGE_SIZE; in GetUxPageSize()

Completed in 2 milliseconds