Home
last modified time | relevance | path

Searched refs:nParamTypes (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/pta/tests/
H A Dmisc.h13 TEE_Result core_self_tests(uint32_t nParamTypes,
16 TEE_Result core_fs_htree_tests(uint32_t nParamTypes,
19 TEE_Result core_mutex_tests(uint32_t nParamTypes,
23 TEE_Result core_lockdep_tests(uint32_t nParamTypes,
27 uint32_t nParamTypes __unused, in core_lockdep_tests()
41 TEE_Result core_transfer_list_tests(uint32_t nParamTypes,
45 core_transfer_list_tests(uint32_t nParamTypes __unused, in core_transfer_list_tests()
H A Dinvoke.c390 static TEE_Result open_session(uint32_t nParamTypes __unused, in open_session()
404 uint32_t nCommandID, uint32_t nParamTypes, in invoke_command() argument
411 return test_trace(nParamTypes, pParams); in invoke_command()
413 return test_entry_params(nParamTypes, pParams); in invoke_command()
415 return test_entry_memref_null(nParamTypes, pParams); in invoke_command()
417 return test_inject_sdp(nParamTypes, pParams); in invoke_command()
419 return test_transform_sdp(nParamTypes, pParams); in invoke_command()
421 return test_dump_sdp(nParamTypes, pParams); in invoke_command()
423 return core_self_tests(nParamTypes, pParams); in invoke_command()
426 return core_fs_htree_tests(nParamTypes, pParams); in invoke_command()
[all …]
H A Dlockdep.c179 TEE_Result core_lockdep_tests(uint32_t nParamTypes __unused, in core_lockdep_tests()
H A Dtransfer_list.c238 TEE_Result core_transfer_list_tests(uint32_t nParamTypes __unused, in core_transfer_list_tests()
H A Dfs_htree.c614 TEE_Result core_fs_htree_tests(uint32_t nParamTypes, in core_fs_htree_tests() argument
619 if (nParamTypes) in core_fs_htree_tests()
H A Dmisc.c873 TEE_Result core_self_tests(uint32_t nParamTypes __unused, in core_self_tests()
888 TEE_Result core_dt_driver_tests(uint32_t nParamTypes __unused, in core_dt_driver_tests()
/optee_os/core/include/kernel/
H A Dpseudo_ta.h36 TEE_Result (*open_session_entry_point)(uint32_t nParamTypes,
41 uint32_t nCommandID, uint32_t nParamTypes,
/optee_os/core/pta/
H A Ddevice.c86 uint32_t nCommandID, uint32_t nParamTypes, in invoke_command() argument
119 return get_devices(nParamTypes, pParams, rflags); in invoke_command()
/optee_os/core/arch/arm/plat-synquacer/
H A Drng_pta.c341 uint32_t nCommandID, uint32_t nParamTypes, in invoke_command() argument
348 return rng_get_entropy(nParamTypes, pParams); in invoke_command()
350 return rng_get_info(nParamTypes, pParams); in invoke_command()