Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c70 static u32 hyp_ffa_version; variable
470 ffa_mem_desc_offset(buf, 0, hyp_ffa_version); in __do_ffa_mem_xfer()
556 ffa_mem_desc_offset(buf, 0, hyp_ffa_version); in do_ffa_mem_reclaim()
715 res->a0 = hyp_ffa_version; in do_ffa_version()
723 if (FFA_MINOR_VERSION(ffa_req_version) < FFA_MINOR_VERSION(hyp_ffa_version)) { in do_ffa_version()
730 hyp_ffa_version = ffa_req_version; in do_ffa_version()
737 res->a0 = hyp_ffa_version; in do_ffa_version()
770 if (hyp_ffa_version > FFA_VERSION_1_0) { in do_ffa_part_get()
890 hyp_ffa_version = res.a0; in hyp_ffa_init()
892 hyp_ffa_version = FFA_VERSION_1_1; in hyp_ffa_init()