Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 66) sorted by relevance

123

/optee_os/core/arch/arm/tee/
H A Dentry_fast.c19 static void tee_entry_get_shm_config(struct thread_smc_args *args) in tee_entry_get_shm_config()
30 static void tee_entry_get_protmem_config(struct thread_smc_args *args) in tee_entry_get_protmem_config()
49 static void tee_entry_fastcall_l2cc_mutex(struct thread_smc_args *args) in tee_entry_fastcall_l2cc_mutex()
86 static void tee_entry_exchange_capabilities(struct thread_smc_args *args) in tee_entry_exchange_capabilities()
152 static void tee_entry_disable_shm_cache(struct thread_smc_args *args) in tee_entry_disable_shm_cache()
171 static void tee_entry_enable_shm_cache(struct thread_smc_args *args) in tee_entry_enable_shm_cache()
179 static void tee_entry_boot_secondary(struct thread_smc_args *args) in tee_entry_boot_secondary()
191 static void tee_entry_get_thread_count(struct thread_smc_args *args) in tee_entry_get_thread_count()
198 static void tee_entry_vm_created(struct thread_smc_args *args) in tee_entry_vm_created()
214 static void tee_entry_vm_destroyed(struct thread_smc_args *args) in tee_entry_vm_destroyed()
[all …]
/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/ta/pkcs11/src/
H A Dserializer.c20 void serialargs_init(struct serialargs *args, void *in, size_t size) in serialargs_init()
27 enum pkcs11_rc serialargs_get(struct serialargs *args, void *out, size_t size) in serialargs_get()
39 static enum pkcs11_rc alloc_and_get(struct serialargs *args, char *orig_next, in alloc_and_get()
74 enum pkcs11_rc serialargs_alloc_and_get(struct serialargs *args, in serialargs_alloc_and_get()
80 enum pkcs11_rc serialargs_get_ptr(struct serialargs *args, void **out, in serialargs_get_ptr()
107 serialargs_alloc_get_one_attribute(struct serialargs *args, in serialargs_alloc_get_one_attribute()
128 enum pkcs11_rc serialargs_alloc_get_attributes(struct serialargs *args, in serialargs_alloc_get_attributes()
150 bool serialargs_remaining_bytes(struct serialargs *args) in serialargs_remaining_bytes()
155 enum pkcs11_rc serialargs_get_session_from_handle(struct serialargs *args, in serialargs_get_session_from_handle()
H A Dprocessing_rsa.c21 struct serialargs args = { }; in pkcs2tee_proc_params_rsa_pss() local
120 struct serialargs args = { }; in pkcs2tee_algo_rsa_pss() local
203 struct serialargs args = { }; in pkcs2tee_proc_params_rsa_oaep() local
258 struct serialargs args = { }; in pkcs2tee_proc_params_rsa_aes_wrap() local
326 struct serialargs args = { }; in pkcs2tee_algo_rsa_oaep() local
416 struct serialargs args = { }; in pkcs2tee_algo_rsa_aes_wrap() local
H A Dserializer.h53 static inline enum pkcs11_rc serialargs_get_u32(struct serialargs *args, in serialargs_get_u32()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dmulti.c12 va_list args; in ltc_init_multi() local
41 va_list args; in ltc_init_multi_size() local
68 va_list args; in ltc_deinit_multi() local
81 va_list args; in ltc_cleanup_multi() local
/optee_os/core/arch/arm/plat-stm32mp1/nsec-service/
H A Dstm32mp1_svc_setup.c17 struct thread_smc_args *args) in sip_service()
61 struct thread_smc_args *args = (void *)&ctx->nsec.r0; in sm_platform_handler() local
H A Dbsec_svc.h16 static inline void bsec_main(struct thread_smc_args *args) in bsec_main()
H A Dbsec_svc.c14 void bsec_main(struct thread_smc_args *args) in bsec_main()
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c21 int spmc_sp_start_thread(struct thread_smc_1_2_regs *args) in spmc_sp_start_thread() argument
31 static void ffa_set_error(struct thread_smc_1_2_regs *args, uint32_t error) in ffa_set_error() argument
37 static void ffa_success(struct thread_smc_1_2_regs *args) in ffa_success() argument
42 static TEE_Result ffa_get_dst(struct thread_smc_1_2_regs *args, in ffa_get_dst() argument
129 spmc_sp_handle_mem_share(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx,struct sp_session * owner_sp) spmc_sp_handle_mem_share() argument
606 ffa_mem_retrieve(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp,struct ffa_rxtx * rxtx) ffa_mem_retrieve() argument
722 ffa_mem_relinquish(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp,struct ffa_rxtx * rxtx) ffa_mem_relinquish() argument
817 ffa_mem_reclaim(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp) ffa_mem_reclaim() argument
873 ffa_handle_sp_direct_req(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp) ffa_handle_sp_direct_req() argument
979 ffa_handle_sp_direct_resp(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp) ffa_handle_sp_direct_resp() argument
1077 ffa_handle_sp_error(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp) ffa_handle_sp_error() argument
1097 handle_features(struct thread_smc_1_2_regs * args) handle_features() argument
1126 handle_mem_perm_get(struct thread_smc_1_2_regs * args,struct sp_session * sp_s) handle_mem_perm_get() argument
1170 handle_mem_perm_set(struct thread_smc_1_2_regs * args,struct sp_session * sp_s) handle_mem_perm_set() argument
1239 spmc_handle_version(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_version() argument
1248 handle_console_log(uint32_t ffa_vers,struct thread_smc_1_2_regs * args) handle_console_log() argument
1295 spmc_sp_msg_handler(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp) spmc_sp_msg_handler() argument
[all...]
H A Dthread_spmc.c154 void spmc_set_args(struct thread_smc_1_2_regs *args, uint32_t fid, in spmc_set_args() argument
168 static void set_simple_ret_val(struct thread_smc_1_2_regs *args, int ffa_ret) in set_simple_ret_val() argument
218 static int32_t get_ffa_ret_code(const struct thread_smc_args *args) in get_ffa_ret_code() argument
230 struct thread_smc_args args = { ffa_simple_call() local
257 handle_features(struct thread_smc_1_2_regs * args) handle_features() argument
350 spmc_handle_spm_id_get(struct thread_smc_1_2_regs * args) spmc_handle_spm_id_get() argument
365 spmc_handle_rxtx_map(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_rxtx_map() argument
477 spmc_handle_rxtx_unmap(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_rxtx_unmap() argument
506 spmc_handle_rx_release(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_rx_release() argument
603 spmc_handle_partition_info_get(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_partition_info_get() argument
659 spmc_handle_run(struct thread_smc_1_2_regs * args) spmc_handle_run() argument
749 handle_yielding_call(struct thread_smc_1_2_regs * args) handle_yielding_call() argument
794 handle_blocking_call(struct thread_smc_1_2_regs * args) handle_blocking_call() argument
848 handle_framework_direct_request(struct thread_smc_1_2_regs * args) handle_framework_direct_request() argument
899 optee_lsp_handle_direct_request(struct thread_smc_1_2_regs * args) optee_lsp_handle_direct_request() argument
929 optee_spmc_lsp_handle_direct_request(struct thread_smc_1_2_regs * args) optee_spmc_lsp_handle_direct_request() argument
937 handle_direct_request(struct thread_smc_1_2_regs * args) handle_direct_request() argument
1357 handle_mem_op(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) handle_mem_op() argument
1427 handle_mem_frag_tx(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) handle_mem_frag_tx() argument
1509 handle_mem_reclaim(struct thread_smc_1_2_regs * args) handle_mem_reclaim() argument
1558 handle_notification_bitmap_create(struct thread_smc_1_2_regs * args) handle_notification_bitmap_create() argument
1597 handle_notification_bitmap_destroy(struct thread_smc_1_2_regs * args) handle_notification_bitmap_destroy() argument
1635 handle_notification_bind(struct thread_smc_1_2_regs * args) handle_notification_bind() argument
1681 handle_notification_unbind(struct thread_smc_1_2_regs * args) handle_notification_unbind() argument
1722 handle_notification_get(struct thread_smc_1_2_regs * args) handle_notification_get() argument
1760 struct thread_smc_1_2_regs *args; global() member
1813 handle_notification_info_get(struct thread_smc_1_2_regs * args) handle_notification_info_get() argument
1933 thread_spmc_msg_recv(struct thread_smc_1_2_regs * args) thread_spmc_msg_recv() argument
2356 struct thread_smc_args args = { ffa_id_get() local
2379 struct thread_smc_args args = { ffa_spm_id_get() local
2570 struct thread_smc_args args = { spmc_rxtx_map() local
2593 struct thread_smc_args args = { get_ffa_version() local
2612 struct thread_smc_args args = { spmc_retrieve_req() local
2681 struct thread_smc_args args = { thread_spmc_relinquish() local
[all...]
/optee_os/core/arch/arm/sm/
H A Dsm.c24 static void smc_arch_handler(struct thread_smc_args *args) in smc_arch_handler()
60 struct thread_smc_args *args = (struct thread_smc_args *)nsec_r0; in sm_from_nsec() local
H A Dstd_smc.c44 void smc_std_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec) in smc_std_handler()
/optee_os/core/drivers/
H A Dffa_console.c23 static void copy_buf_to_args(struct thread_smc_args *args, in copy_buf_to_args()
40 struct thread_smc_args args = { in ffa_console_32_flush() local
69 struct thread_smc_args args = { in ffa_console_64_flush() local
96 struct thread_smc_args args = { in ffa_feature_console_64bit() local
H A Dsmccc_trng.c53 struct thread_smc_args args = { }; in smccc_trng_is_supported() local
113 static void read_samples(struct thread_smc_args *args, uint8_t *buf, size_t len) in read_samples()
131 struct thread_smc_args args = { }; in smccc_trng_read() local
170 struct thread_smc_args args = { }; in smccc_trng_print_info() local
/optee_os/core/arch/arm/plat-rzn1/
H A Dsm_platform_handler.c70 struct thread_smc_args *args) in oem_service()
89 struct thread_smc_args *args = (void *)&ctx->nsec.r0; in sm_platform_handler() local
/optee_os/core/pta/veraison_attestation/
H A Dcbor.c166 void *args) in encode_tbs_structure_wrapper()
183 struct tbs_structure_args args = { in build_tbs_structure() local
248 void *args) in encode_cbor_evidence_wrapper()
265 void *args) in encode_cose_evidence_wrapper()
281 struct cbor_evidence_args args = { in build_cbor_evidence() local
298 struct cose_evidence_args args = { in build_cose_evidence() local
/optee_os/scripts/
H A Dsign_encrypt.py830 def load_ta_image(args): argument
842 def command_sign_enc(args): argument
851 def command_sign_subkey(args): argument
862 def command_digest(args): argument
870 def command_stitch(args): argument
878 def command_verify(args): argument
928 def command_display(args): argument
933 def command_subkey_uuid(args): argument
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_fsa.c14 va_list args; in crypt_fsa() local
/optee_os/core/arch/arm/plat-sam/nsec-service/
H A Dsm_platform_handler.c18 static enum sm_handler_ret sam_sip_handler(struct thread_smc_args *args) in sam_sip_handler()
/optee_os/core/arch/arm/tests/
H A Dffa_lsp.c11 static void test_direct_req(struct thread_smc_1_2_regs *args) in test_direct_req()
/optee_os/core/drivers/wdt/
H A Dwatchdog_sm.c17 enum sm_handler_ret __wdt_sm_handler(struct thread_smc_args *args) in __wdt_sm_handler()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_multi.c27 va_list args; in der_encode_sequence_multi() local
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_memory_multi.c27 va_list args; in hash_memory_multi() local
/optee_os/core/lib/libtomcrypt/src/mac/blake2/
H A Dblake2bmac_memory_multi.c24 va_list args; in blake2bmac_memory_multi() local

123