Lines Matching defs:off
88 void freeBlock(uint32_t handle, uint64_t off) { in freeBlock()
97 void setHostAddr(uint32_t handle, size_t off, void* hva) { in setHostAddr()
106 const uint64_t off = physAddr - kPciStart; in setHostAddrByPhysAddr() local
126 const uint64_t off = physAddr - kPciStart; in unsetHostAddrByPhysAddr() local
148 const uint64_t off = physAddr - kPciStart; in getHostAddr() local
203 int claimShared(uint32_t handle, uint64_t off, uint64_t size) { in claimShared()
224 int unclaimShared(uint32_t handle, uint64_t off) { in unclaimShared()
266 uint64_t off = (uint64_t)(uintptr_t)mPhysicalOffsetAllocator.alloc(page_aligned_size); in allocSharedHostRegionLocked() local
324 uint64_t off = (uint64_t)(uintptr_t)mPhysicalOffsetAllocator.alloc(size); in allocBlockLocked() local
333 void freeBlockLocked(uint32_t handle, uint64_t off) { in freeBlockLocked()
413 void HostAddressSpaceDevice::freeBlock(uint32_t handle, uint64_t off) { in freeBlock()
417 void HostAddressSpaceDevice::setHostAddr(uint32_t handle, size_t off, void* hva) { in setHostAddr()
441 int HostAddressSpaceDevice::claimShared(uint32_t handle, uint64_t off, uint64_t size) { in claimShared()
445 int HostAddressSpaceDevice::unclaimShared(uint32_t handle, uint64_t off) { in unclaimShared()