Home
last modified time | relevance | path

Searched defs:guest_paddr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/
DGoldfishDma.cpp23 static void android_goldfish_dma_add_buffer(void* pipe, uint64_t guest_paddr, uint64_t sz) { in android_goldfish_dma_add_buffer()
27 static void android_goldfish_dma_remove_buffer(uint64_t guest_paddr) { in android_goldfish_dma_remove_buffer()
31 static void* android_goldfish_dma_get_host_addr(uint64_t guest_paddr) { in android_goldfish_dma_get_host_addr()
46 static void android_goldfish_dma_unlock(uint64_t guest_paddr) { in android_goldfish_dma_unlock()
DDmaMap.cpp56 uint64_t guest_paddr, in addBuffer()
71 void DmaMap::removeBuffer(uint64_t guest_paddr) { in removeBuffer()
83 void* DmaMap::getHostAddr(uint64_t guest_paddr) { in getHostAddr()
123 void* DmaMap::getPipeInstance(uint64_t guest_paddr) { in getPipeInstance()
Ddma_device.cpp18 static void* defaultDmaGetHostAddr(uint64_t guest_paddr) { return nullptr; } in defaultDmaGetHostAddr()
/aosp_15_r20/hardware/google/gfxstream/host/
DChannelStream.cpp92 void* ChannelStream::getDmaForReading(uint64_t guest_paddr) { in getDmaForReading()
96 void ChannelStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()
DRingStream.cpp336 void* RingStream::getDmaForReading(uint64_t guest_paddr) { in getDmaForReading()
340 void RingStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp214 virtual void* getDmaForReading(uint64_t guest_paddr) { return nullptr; } in getDmaForReading()
215 virtual void unlockDma(uint64_t guest_paddr) {} in unlockDma()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c814 uint64_t guest_paddr, uint32_t slot, uint64_t npages, in vm_userspace_mem_region_add()