Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c22 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_get_shm_config()
59 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_exchange_capabilities()
105 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_disable_shm_cache()
113 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_enable_shm_cache()
122 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_boot_secondary()
132 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_get_thread_count()
150 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_vm_created()
166 args->a0 = OPTEE_ABI_RETURN_OK; in tee_entry_vm_destroyed()
181 args->a0 = OPTEE_ABI_RETURN_OK; in get_async_notif_value()
251 args->a0 = OPTEE_ABI_RETURN_OK; in __tee_entry_fast()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c57 uint32_t rv = OPTEE_ABI_RETURN_OK; in thread_handle_std_abi()
133 return OPTEE_ABI_RETURN_OK; in get_msg_arg()
169 rv = OPTEE_ABI_RETURN_OK; in call_entry_std()
175 if (rv == OPTEE_ABI_RETURN_OK && in call_entry_std()
/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h691 #define OPTEE_ABI_RETURN_OK U(0x0) macro