Lines Matching refs:_regs
99 return ffa_forward_result._regs[3]; in ffa_test_relay()
148 if (ffa_return._regs[0] == FFA_ERROR) { in test_memory_send()
151 return ffa_return._regs[2]; in test_memory_send()
153 frag_length = ffa_return._regs[3]; in test_memory_send()
537 ret = smc_helper(args->_regs[0], args->_regs[1], args->_regs[2], in tsp_loop()
538 args->_regs[3], args->_regs[4], args->_regs[5], in tsp_loop()
539 args->_regs[6], args->_regs[7]); in tsp_loop()
540 args = tsp_event_loop(ret._regs[0], ret._regs[1], ret._regs[2], in tsp_loop()
541 ret._regs[3], ret._regs[4], ret._regs[5], in tsp_loop()
542 ret._regs[6], ret._regs[7]); in tsp_loop()
574 if (smc_args._regs[SMC_ARG0] != FFA_SUCCESS_SMC32) { in tsp_main()
576 smc_args._regs[2]); in tsp_main()
581 if (smc_args._regs[SMC_ARG0] != FFA_SUCCESS_SMC32) { in tsp_main()
583 smc_args._regs[2], linear_id); in tsp_main()
587 tsp_id = smc_args._regs[2]; in tsp_main()
592 if (smc_args._regs[SMC_ARG0] != FFA_SUCCESS_SMC32) { in tsp_main()
594 smc_args._regs[2], linear_id); in tsp_main()
598 spmc_id = smc_args._regs[2]; in tsp_main()