Searched refs:handle_lo (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/ |
D | ffa.c | 137 static void ffa_mem_frag_tx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_tx() argument 141 handle_lo, handle_hi, fraglen, endpoint_id, in ffa_mem_frag_tx() 146 static void ffa_mem_frag_rx(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_frag_rx() argument 150 handle_lo, handle_hi, fragoff, HOST_FFA_ID, in ffa_mem_frag_rx() 163 static void ffa_mem_reclaim(struct arm_smccc_res *res, u32 handle_lo, in ffa_mem_reclaim() argument 167 handle_lo, handle_hi, flags, in ffa_mem_reclaim() 363 DECLARE_REG(u32, handle_lo, ctxt, 1); in do_ffa_mem_frag_tx() 392 ffa_mem_reclaim(res, handle_lo, handle_hi, 0); in do_ffa_mem_frag_tx() 397 ffa_mem_frag_tx(res, handle_lo, handle_hi, fraglen, endpoint_id); in do_ffa_mem_frag_tx() 504 DECLARE_REG(u32, handle_lo, ctxt, 1); in do_ffa_mem_reclaim() [all …]
|