Searched defs:shm (Results 1 – 12 of 12) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | regression_5000.c | 97 TEEC_SharedMemory shm = { }; in Allocate_In() local 121 TEEC_SharedMemory shm = { }; in Allocate_out_of_memory() local 168 TEEC_SharedMemory shm = { }; in Allocate_InOut() local 192 TEEC_SharedMemory shm = { }; in Register_In() local 218 TEEC_SharedMemory shm = { }; in Register_notZeroLength_Out() local 244 TEEC_SharedMemory shm = { }; in Register_InOut() local 270 TEEC_SharedMemory shm = { }; in Register_zeroLength_Out() local 294 TEEC_SharedMemory shm = { }; in Allocate_Out() local 338 TEEC_SharedMemory shm = { }; in AllocateThenRegister_SameMemory() local 366 TEEC_SharedMemory shm = { }; in AllocateSameMemory_twice() local [all …]
|
A D | sdp_basic.c | 235 TEEC_SharedMemory *shm = malloc(sizeof(*shm)); in tee_register_buffer() local 266 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in inject_sdp_data() local 311 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in transform_sdp_data() local 351 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in dump_sdp_data() local
|
A D | regression_1000.c | 507 TEEC_SharedMemory shm = { }; in xtest_tee_test_invalid_mem_access2() local 1056 TEEC_SharedMemory *shm; member 1112 TEEC_SharedMemory shm = { }; in xtest_tee_test_1013_single() local 1353 TEEC_SharedMemory shm = { }; in xtest_tee_test_1017() local 1405 TEEC_SharedMemory *shm) in invoke_1byte_out_of_bounds() 1433 TEEC_SharedMemory shm = { }; in xtest_tee_test_1018() local 1947 TEEC_SharedMemory shm = { }; in xtest_tee_test_1025() local
|
A D | aes_perf.c | 235 static void register_shm(TEEC_SharedMemory *shm, int fd) in register_shm() 243 static void allocate_shm(TEEC_SharedMemory *shm, size_t sz) in allocate_shm()
|
/optee_test-3.20.0/ta/concurrent/ |
A D | ta_entry.c | 38 static uint32_t inc_active_count(struct ta_concurrent_shm *shm) in inc_active_count() 43 static uint32_t dec_active_count(struct ta_concurrent_shm *shm) in dec_active_count()
|
/optee_test-3.20.0/ta/concurrent_large/ |
A D | ta_entry.c | 38 static uint32_t inc_active_count(struct ta_concurrent_shm *shm) in inc_active_count() 43 static uint32_t dec_active_count(struct ta_concurrent_shm *shm) in dec_active_count()
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_client_api.h | 151 TEEC_SharedMemory *shm, in RegisterSharedMemory() 269 #define TEEC_initialize_memory(shm, tmpMem, offset, _size, value_beginning, \ argument 292 TEEC_SharedMemory *shm, in TEEC_prepare_OperationEachParameter_memref()
|
A D | xml_common_api.h | 204 TEEC_SharedMemory *shm, in AllocateSharedMemory() 224 static TEEC_SharedMemory shm = { }; in GetObjectBufferAttribute_helper() local
|
A D | xml_timearithm_api.h | 936 TEEC_SharedMemory shm = { in Invoke_BigIntConvertToOctetString() local 978 TEEC_SharedMemory shm = { in Invoke_BigIntConvertFromOctetString() local
|
A D | xml_datastorage_api.h | 1486 static TEEC_SharedMemory shm = { }; in Invoke_OpenPersistentObject() local 1609 static TEEC_SharedMemory shm = { }; in Invoke_GetNextPersistentObject_All() local 1966 static TEEC_SharedMemory shm = { }; in Invoke_StoreAttributeBuffer() local
|
A D | xml_crypto_api.h | 1136 TEEC_SharedMemory shm = { in Invoke_Crypto_GetOperationInfoMultiple() local 1243 static TEEC_Result add_be32(uint32_t v, TEEC_SharedMemory *shm, size_t *offs) in add_be32() 1448 TEEC_SharedMemory shm = { in Invoke_Crypto_AEInit() local 3540 static TEEC_SharedMemory shm = { }; in Invoke_StoreAttributeBuffer() local
|
A D | xml_internal_api.h | 660 TEEC_SharedMemory shm = { in Invoke_OpenTASession() local
|
Completed in 33 milliseconds