Home
last modified time | relevance | path

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

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