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

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c137 static void ffa_mem_frag_tx(struct arm_smccc_res *res, u32 handle_lo, argument
141 handle_lo, handle_hi, fraglen, endpoint_id,
146 static void ffa_mem_frag_rx(struct arm_smccc_res *res, u32 handle_lo, argument
150 handle_lo, handle_hi, fragoff, HOST_FFA_ID,
163 static void ffa_mem_reclaim(struct arm_smccc_res *res, u32 handle_lo, argument
167 handle_lo, handle_hi, flags,
363 DECLARE_REG(u32, handle_lo, ctxt, 1);
392 ffa_mem_reclaim(res, handle_lo, handle_hi, 0);
397 ffa_mem_frag_tx(res, handle_lo, handle_hi, fraglen, endpoint_id);
507 DECLARE_REG(u32, handle_lo, ctx
[all...]

Completed in 135 milliseconds