Home
last modified time | relevance | path

Searched refs:thread_abi_args (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/include/tee/
H A Dentry_fast.h14 void tee_entry_get_api_call_count(struct thread_abi_args *args);
15 void tee_entry_get_api_uuid(struct thread_abi_args *args);
16 void tee_entry_get_api_revision(struct thread_abi_args *args);
17 void tee_entry_get_os_uuid(struct thread_abi_args *args);
18 void tee_entry_get_os_revision(struct thread_abi_args *args);
31 void tee_entry_fast(struct thread_abi_args *args);
32 void __tee_entry_fast(struct thread_abi_args *args);
/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c20 static void tee_entry_get_shm_config(struct thread_abi_args *args) in tee_entry_get_shm_config()
30 static void tee_entry_fastcall_l2cc_mutex(struct thread_abi_args *args) in tee_entry_fastcall_l2cc_mutex()
35 static void tee_entry_exchange_capabilities(struct thread_abi_args *args) in tee_entry_exchange_capabilities()
91 static void tee_entry_disable_shm_cache(struct thread_abi_args *args) in tee_entry_disable_shm_cache()
110 static void tee_entry_enable_shm_cache(struct thread_abi_args *args) in tee_entry_enable_shm_cache()
118 static void tee_entry_boot_secondary(struct thread_abi_args *args) in tee_entry_boot_secondary()
130 static void tee_entry_get_thread_count(struct thread_abi_args *args) in tee_entry_get_thread_count()
137 static void tee_entry_vm_created(struct thread_abi_args *args) in tee_entry_vm_created()
153 static void tee_entry_vm_destroyed(struct thread_abi_args *args) in tee_entry_vm_destroyed()
171 void __weak tee_entry_fast(struct thread_abi_args *args) in tee_entry_fast()
[all …]
/optee_os/core/arch/riscv/kernel/
H A Dasm-defines.c110 DEFINE(THREAD_ABI_ARGS_A0, offsetof(struct thread_abi_args, a0));
111 DEFINE(THREAD_ABI_ARGS_SIZE, sizeof(struct thread_abi_args));
H A Dthread_optee_abi.c33 void thread_handle_fast_abi(struct thread_abi_args *args) in thread_handle_fast_abi()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h97 void thread_handle_fast_abi(struct thread_abi_args *args);
H A Dthread_arch.h56 struct thread_abi_args { struct