Searched refs:tx_virt (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c187 void *rx_virt, *tx_virt; local
225 tx_virt = hyp_phys_to_virt(tx);
226 ret = hyp_pin_shared_mem(tx_virt, tx_virt + 1);
239 host_buffers.tx = tx_virt;
249 hyp_unpin_shared_mem(tx_virt, tx_virt + 1);

Completed in 81 milliseconds