Searched defs:guest_paddr (Results 1 – 6 of 6) sorted by relevance
5 static void defaultDmaAddBuffer(void* pipe, uint64_t guest_paddr, uint64_t size) { } in defaultDmaAddBuffer()6 static void defaultDmaRemoveBuffer(uint64_t guest_paddr) { } in defaultDmaRemoveBuffer()7 static void* defaultDmaGetHostAddr(uint64_t guest_paddr) { in defaultDmaGetHostAddr()
43 void* getDmaForReading(uint64_t guest_paddr) { in getDmaForReading()49 void unlockDma(uint64_t guest_paddr) { in unlockDma()
92 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()
336 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()
42 void* getDmaForReading(uint64_t guest_paddr) override { return nullptr; } in getDmaForReading()43 void unlockDma(uint64_t guest_paddr) override {} in unlockDma()
213 virtual void* getDmaForReading(uint64_t guest_paddr) { return nullptr; } in getDmaForReading()214 virtual void unlockDma(uint64_t guest_paddr) {} in unlockDma()