Searched refs:hyp_buffers (Results 1 – 1 of 1) sorted by relevance
68 static struct kvm_ffa_buffers hyp_buffers; variable152 .a1 = hyp_virt_to_phys(hyp_buffers.tx), in ffa_map_hyp_buffers()153 .a2 = hyp_virt_to_phys(hyp_buffers.rx), in ffa_map_hyp_buffers()434 buf = hyp_buffers.tx; in do_ffa_mem_frag_tx()508 buf = hyp_buffers.tx; in __do_ffa_mem_xfer()588 buf = hyp_buffers.tx; in do_ffa_mem_reclaim()595 buf = hyp_buffers.rx; in do_ffa_mem_reclaim()624 memcpy(buf, hyp_buffers.rx, fraglen); in do_ffa_mem_reclaim()635 memcpy((void *)buf + fragoff, hyp_buffers.rx, fraglen); in do_ffa_mem_reclaim()860 memcpy(host_buffers.rx, hyp_buffers.rx, copy_sz); in do_ffa_part_get()[all …]