Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dashmem.cpp211 void *startAddr = ::mmap(nullptr, memorySize_, mapType, MAP_SHARED, memoryFd_, 0); in MapAshmem() local
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c322 static inline size_t GetIndexInUxpte(uint64_t startAddr, uint64_t currAddr) in GetIndexInUxpte()