Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c55 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_exchange_capabilities()
101 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_disable_shm_cache()
126 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_boot_secondary()
143 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_vm_created()
148 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_vm_created()
159 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_vm_destroyed()
164 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in tee_entry_vm_destroyed()
/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h698 #define OPTEE_ABI_RETURN_ENOTAVAIL U(0x7) macro
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c39 args->a0 = OPTEE_ABI_RETURN_ENOTAVAIL; in thread_handle_fast_abi()
62 return OPTEE_ABI_RETURN_ENOTAVAIL; in thread_handle_std_abi()