Searched refs:ret_val (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | confine_array_index.h | 89 size_t ret_val = index; in confine_array_index() local 113 : "+r" (ret_val) : "r" (size) : "cc"); in confine_array_index() 120 : "+r" (ret_val) : "r" (size) : "cc"); in confine_array_index() 123 return ret_val; in confine_array_index()
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | arch_scall.h | 33 uint32_t ret_val) in scall_set_retval() argument 36 regs->r0 = ret_val; in scall_set_retval() 39 regs->x0 = ret_val; in scall_set_retval()
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | arch_scall.h | 21 uint32_t ret_val) in scall_set_retval() argument 23 regs->a0 = ret_val; in scall_set_retval()
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H A D | hw_rng.c | 32 uint8_t ret_val = 0; in hw_get_random_bytes() local 54 return ret_val; in hw_get_random_bytes()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | spmc_sp_handler.c | 1143 uint32_t ret_val = FFA_INVALID_PARAMETERS; in handle_mem_perm_get() local 1149 ret_val = FFA_DENIED; in handle_mem_perm_get() 1166 ret_val = 0; in handle_mem_perm_get() 1168 ret_val |= FFA_MEM_PERM_RW; in handle_mem_perm_get() 1170 ret_val |= FFA_MEM_PERM_RO; in handle_mem_perm_get() 1173 ret_val |= FFA_MEM_PERM_NX; in handle_mem_perm_get() 1176 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, ret_val, FFA_PARAM_MBZ, in handle_mem_perm_get() 1190 uint32_t ret_val = FFA_INVALID_PARAMETERS; in handle_mem_perm_set() local 1196 ret_val = FFA_DENIED; in handle_mem_perm_set() 1242 ret_val = FFA_PARAM_MBZ; in handle_mem_perm_set() [all …]
|
| H A D | thread_spmc.c | 1564 uint32_t ret_val = FFA_INVALID_PARAMETERS; in handle_notification_bitmap_create() local 1577 ret_val = FFA_INVALID_PARAMETERS; in handle_notification_bitmap_create() 1584 ret_val = FFA_DENIED; in handle_notification_bitmap_create() 1590 ret_val = FFA_OK; in handle_notification_bitmap_create() 1598 spmc_set_args(args, ret_fid, 0, ret_val, 0, 0, 0); in handle_notification_bitmap_create() 1603 uint32_t ret_val = FFA_INVALID_PARAMETERS; in handle_notification_bitmap_destroy() local 1616 ret_val = FFA_INVALID_PARAMETERS; in handle_notification_bitmap_destroy() 1623 ret_val = FFA_DENIED; in handle_notification_bitmap_destroy() 1628 ret_val = FFA_OK; in handle_notification_bitmap_destroy() 1636 spmc_set_args(args, ret_fid, 0, ret_val, in handle_notification_bitmap_destroy() 1641 uint32_t ret_val = FFA_INVALID_PARAMETERS; handle_notification_bind() local 1687 uint32_t ret_val = FFA_INVALID_PARAMETERS; handle_notification_unbind() local [all...] |
| H A D | stmm_sp.c | 647 uint32_t ret_val) in service_compose_direct_resp() argument 661 SVC_REGS_A3(regs) = ret_val; in service_compose_direct_resp()
|