Searched refs:memoryAddr (Results 1 – 3 of 3) sorted by relevance
272 if (toDestroy->memoryAddr) { in destroyHostMemAlloc()273 int ret = munmap((void*)toDestroy->memoryAddr, toDestroy->memorySize); in destroyHostMemAlloc()276 "%d, errno = %d", __func__, toDestroy->memoryAddr, in destroyHostMemAlloc()
89 uint64_t memoryAddr = 0; member
3768 hostMemAlloc.memoryAddr = directMappedAddr; in getOrAllocateHostMemBlockLocked()