Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c172 static void ffa_mem_frag_tx(struct arm_smccc_1_2_regs *res, u32 handle_lo, in ffa_mem_frag_tx() argument
177 .a1 = handle_lo, in ffa_mem_frag_tx()
184 static void ffa_mem_frag_rx(struct arm_smccc_1_2_regs *res, u32 handle_lo, in ffa_mem_frag_rx() argument
189 .a1 = handle_lo, in ffa_mem_frag_rx()
206 static void ffa_mem_reclaim(struct arm_smccc_1_2_regs *res, u32 handle_lo, in ffa_mem_reclaim() argument
211 .a1 = handle_lo, in ffa_mem_reclaim()
416 DECLARE_REG(u32, handle_lo, ctxt, 1); in do_ffa_mem_frag_tx()
445 ffa_mem_reclaim(res, handle_lo, handle_hi, 0); in do_ffa_mem_frag_tx()
450 ffa_mem_frag_tx(res, handle_lo, handle_hi, fraglen, endpoint_id); in do_ffa_mem_frag_tx()
574 DECLARE_REG(u32, handle_lo, ctxt, 1); in do_ffa_mem_reclaim()
[all …]