Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc_a64.S21 mov x2, #FFA_PARAM_MBZ /* Param MBZ */
22 mov x3, #FFA_PARAM_MBZ /* Param MBZ */
23 mov x4, #FFA_PARAM_MBZ /* Param MBZ */
24 mov x5, #FFA_PARAM_MBZ /* Param MBZ */
25 mov x6, #FFA_PARAM_MBZ /* Param MBZ */
26 mov x7, #FFA_PARAM_MBZ /* Param MBZ */
34 mov x2, #FFA_PARAM_MBZ /* Param MBZ */
35 mov x3, #FFA_PARAM_MBZ /* Param MBZ */
36 mov x4, #FFA_PARAM_MBZ /* Param MBZ */
37 mov x5, #FFA_PARAM_MBZ /* Param MBZ */
[all …]
H A Dspmc_sp_handler.c33 spmc_set_args(args, FFA_ERROR, FFA_PARAM_MBZ, error, FFA_PARAM_MBZ, in ffa_set_error()
34 FFA_PARAM_MBZ, FFA_PARAM_MBZ); in ffa_set_error()
154 args->a1 = FFA_PARAM_MBZ; in spmc_sp_handle_mem_share()
953 } else if (args->a2 != FFA_PARAM_MBZ) { in ffa_handle_sp_direct_req()
1040 } else if (args->a2 != FFA_PARAM_MBZ) { in ffa_handle_sp_direct_resp()
1109 uint32_t ret_w2 = FFA_PARAM_MBZ; in handle_features()
1131 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_w2, FFA_PARAM_MBZ, in handle_features()
1132 FFA_PARAM_MBZ, FFA_PARAM_MBZ); in handle_features()
1175 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_val, FFA_PARAM_MBZ, in handle_mem_perm_get()
1176 FFA_PARAM_MBZ, FFA_PARAM_MBZ); in handle_mem_perm_get()
[all …]
H A Dstmm_sp.c526 spc->regs.x[2] = FFA_PARAM_MBZ; in stmm_enter_invoke_cmd()
536 spc->regs.r2 = FFA_PARAM_MBZ; in stmm_enter_invoke_cmd()
660 SVC_REGS_A2(regs) = FFA_PARAM_MBZ; in service_compose_direct_resp()
787 SVC_REGS_A1(regs) = FFA_PARAM_MBZ; in spm_eret_error()
789 SVC_REGS_A3(regs) = FFA_PARAM_MBZ; in spm_eret_error()
790 SVC_REGS_A4(regs) = FFA_PARAM_MBZ; in spm_eret_error()
791 SVC_REGS_A5(regs) = FFA_PARAM_MBZ; in spm_eret_error()
792 SVC_REGS_A6(regs) = FFA_PARAM_MBZ; in spm_eret_error()
793 SVC_REGS_A7(regs) = FFA_PARAM_MBZ; in spm_eret_error()
875 SVC_REGS_A1(regs) = FFA_PARAM_MBZ; in spm_handle_get_mem_attr()
[all …]
H A Dthread_spmc.c318 ret_w2 = FFA_PARAM_MBZ; in handle_features()
324 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_w2, FFA_PARAM_MBZ, in handle_features()
325 FFA_PARAM_MBZ, FFA_PARAM_MBZ); in handle_features()
352 spmc_set_args(args, FFA_SUCCESS_32, FFA_PARAM_MBZ, optee_spmc_lsp.sp_id, in spmc_handle_spm_id_get()
353 FFA_PARAM_MBZ, FFA_PARAM_MBZ, FFA_PARAM_MBZ); in spmc_handle_spm_id_get()
651 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, rc, fpi_size, in spmc_handle_partition_info_get()
652 FFA_PARAM_MBZ, FFA_PARAM_MBZ); in spmc_handle_partition_info_get()
852 uint32_t w1 = FFA_PARAM_MBZ; in handle_framework_direct_request()
854 uint32_t w3 = FFA_PARAM_MBZ; in handle_framework_direct_request()
896 spmc_set_args(args, w0, w1, w2, w3, FFA_PARAM_MBZ, FFA_PARAM_MBZ); in handle_framework_direct_request()
[all …]
/optee_os/core/arch/arm/include/
H A Dffa.h180 #define FFA_PARAM_MBZ U(0x0) macro