Searched refs:thread_abi_args (Results 1 – 6 of 6) sorted by relevance
14 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);
20 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 …]
110 DEFINE(THREAD_ABI_ARGS_A0, offsetof(struct thread_abi_args, a0));111 DEFINE(THREAD_ABI_ARGS_SIZE, sizeof(struct thread_abi_args));
33 void thread_handle_fast_abi(struct thread_abi_args *args) in thread_handle_fast_abi()
97 void thread_handle_fast_abi(struct thread_abi_args *args);
56 struct thread_abi_args { struct