Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c211 if (host_buffers.tx) { in do_ffa_rxtx_map()
250 host_buffers.tx = tx_virt; in do_ffa_rxtx_map()
251 host_buffers.rx = rx_virt; in do_ffa_rxtx_map()
282 if (!host_buffers.tx) { in do_ffa_rxtx_unmap()
287 hyp_unpin_shared_mem(host_buffers.tx, host_buffers.tx + 1); in do_ffa_rxtx_unmap()
289 host_buffers.tx = NULL; in do_ffa_rxtx_unmap()
291 hyp_unpin_shared_mem(host_buffers.rx, host_buffers.rx + 1); in do_ffa_rxtx_unmap()
293 host_buffers.rx = NULL; in do_ffa_rxtx_unmap()
389 if (!host_buffers.tx) in do_ffa_mem_frag_tx()
456 if (!host_buffers.tx) { in __do_ffa_mem_xfer()
[all …]