Searched refs:remote_munmap64 (Results 1 – 4 of 4) sorted by relevance
90 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_munmap64)(uint64_t vaddrout, int64_t size) __QAIC_REM…
39 remote_munmap64;
164 VERIFY(0 == (nErr = remote_munmap64((uint64_t)vadsp, len))); in __QAIC_IMPL()
1228 int remote_munmap64(uint64_t vaddrout, int64_t size) { in remote_munmap64() function1251 return remote_munmap64((uintptr_t)vaddrout, (int64_t)size); in remote_munmap()