Home
last modified time | relevance | path

Searched refs:guestPhysAddr (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h154 uint64_t guestPhysAddr = 0; member
DVkDecoderGlobalState.cpp4100 info->guestPhysAddr = physAddr; in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4114 info->pageAlignedHva, (unsigned long long)info->guestPhysAddr, in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4115 (unsigned long long)info->guestPhysAddr + info->sizeToPage); in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4119 uint64_t gpa = info->guestPhysAddr; in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4631 unmapMemoryAtGpaIfExists(info->guestPhysAddr); in freeMemoryLocked()