Searched refs:g_emugl_dma_unlock (Results 1 – 4 of 4) sorted by relevance
24 emugl_dma_unlock_t g_emugl_dma_unlock = defaultDmaUnlock; variable31 g_emugl_dma_unlock = f; in set_emugl_dma_unlock()
44 EMUGL_COMMON_API extern emugl_dma_unlock_t g_emugl_dma_unlock;
96 void ChannelStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()
340 void RingStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()