Searched refs:SMC_RET8 (Results 1 – 9 of 9) sorted by relevance
/tf-a-ffa_el3_spmc/services/std_svc/spmd/ |
A D | spmd_main.c | 399 SMC_RET8(cm_get_context(secure_state_out), smc_fid, x1, x2, x3, x4, in ffa_smc_forward() 432 SMC_RET8(handle, (uint32_t) FFA_ERROR, in spmd_ffa_error_return() 540 SMC_RET8(handle, (uint32_t)ret, FFA_TARGET_INFO_MBZ, in spmd_smc_handler() 572 SMC_RET8(handle, FFA_SUCCESS_SMC32, x1, x2, x3, x4, in spmd_smc_handler() 584 SMC_RET8(handle, FFA_SUCCESS_SMC32, in spmd_smc_handler() 591 SMC_RET8(handle, FFA_SUCCESS_SMC32, in spmd_smc_handler() 604 SMC_RET8(handle, FFA_ERROR_SMC64, in spmd_smc_handler() 610 SMC_RET8(handle, FFA_SUCCESS_SMC64, in spmd_smc_handler() 631 SMC_RET8(handle, FFA_SUCCESS_SMC32, in spmd_smc_handler() 637 SMC_RET8(handle, FFA_SUCCESS_SMC32, in spmd_smc_handler() [all …]
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/ |
A D | logical_sp_test.c | 32 SMC_RET8(handle, ret, 0, 0, x4, 0, 0, 0, 0); in handle_ffa_direct_request()
|
A D | spmc_shared_mem.c | 310 SMC_RET8(smc_handle, FFA_MEM_FRAG_RX, handle_low, in spmc_ffa_fill_desc() 315 SMC_RET8(smc_handle, FFA_SUCCESS_SMC32, 0, handle_low, handle_high, 0, in spmc_ffa_fill_desc() 592 SMC_RET8(handle, FFA_MEM_RETRIEVE_RESP, obj->desc_size, in spmc_ffa_mem_retrieve_req() 675 SMC_RET8(handle, FFA_MEM_FRAG_RX, handle_low, handle_high, in spmc_ffa_mem_frag_rx()
|
A D | spmc_main.c | 125 SMC_RET8(handle, FFA_ERROR, in spmc_ffa_error_return()
|
/tf-a-ffa_el3_spmc/include/arch/aarch64/ |
A D | smccc_helpers.h | 50 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ macro
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/common/ |
A D | logical_mm_sp.c | 88 SMC_RET8(handle, FFA_ERROR, in spmc_ffa_error_return()
|
/tf-a-ffa_el3_spmc/include/arch/aarch32/ |
A D | smccc_helpers.h | 145 #define SMC_RET8(_h, _r0, _r1, _r2, _r3, _r4, _r5, _r6, _r7) { \ macro
|
/tf-a-ffa_el3_spmc/services/spd/trusty/ |
A D | trusty.c | 257 SMC_RET8(handle, ret.r0, ret.r1, ret.r2, ret.r3, in trusty_smc_handler()
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | rt-svc-writers-guide.rst | 264 SMC_RET8(handle, x0, x1, x2, x3, x4, x5, x6, x7); 275 SMC_RET8(handle, r0, r1, r2, r3, r4, r5, r6, r7);
|
Completed in 17 milliseconds