Searched refs:MEMREF_SIZE (Results 1 – 7 of 7) sorted by relevance
69 if (MEMREF_SIZE(params + 1) != sizeof(TEEC_UUID)) in prof_process()80 bufsize = MEMREF_SIZE(params + 2); in prof_process()
37 #define MEMREF_SIZE(p) ((p)->b) macro
285 if (!server || server[MEMREF_SIZE(params + 2) - 1] != '\0') in tee_socket_open()489 bytes = MEMREF_SIZE(params + 1); in tee_socket_send()629 bytes = MEMREF_SIZE(params + 1); in tee_socket_recv()632 MEMREF_SIZE(params + 1) = bytes; in tee_socket_recv()812 sz = MEMREF_SIZE(params + 1); in tee_socket_ioctl()814 MEMREF_SIZE(params + 1) = sz; in tee_socket_ioctl()817 sz = MEMREF_SIZE(params + 1); in tee_socket_ioctl()819 MEMREF_SIZE(params + 1) = sz; in tee_socket_ioctl()
304 len = MEMREF_SIZE(params + 1); in ree_fs_new_read()322 MEMREF_SIZE(params + 1) = s; in ree_fs_new_read()348 len = MEMREF_SIZE(params + 1); in ree_fs_new_write()583 len = MEMREF_SIZE(params + 1); in ree_fs_new_readdir()598 MEMREF_SIZE(params + 1) = fname_len; in ree_fs_new_readdir()
252 sz = MEMREF_SIZE(params + idx); in get_param()299 MEMREF_SIZE(params + 1) = size; in load_ta()775 end_offs = MEMREF_SIZE(param) + MEMREF_SHM_OFFS(param); in tee_supp_param_to_va()776 if (end_offs < MEMREF_SIZE(param) || end_offs < MEMREF_SHM_OFFS(param)) in tee_supp_param_to_va()
207 data_len = MEMREF_SIZE(params + 3); in plugin_process()
59 #define MEMREF_SIZE(p) ((p)->b) macro244 MEMREF_SIZE(param) = tmpref->size; in teec_pre_process_tmpref()276 MEMREF_SIZE(param) = shm->size; in teec_pre_process_whole()325 MEMREF_SIZE(param) = memref->size; in teec_pre_process_partial()405 MIN(MEMREF_SIZE(param), tmpref->size)); in teec_post_process_tmpref()407 tmpref->size = MEMREF_SIZE(param); in teec_post_process_tmpref()423 if (shm->shadow_buffer && MEMREF_SIZE(param) <= shm->size) in teec_post_process_whole()425 MEMREF_SIZE(param)); in teec_post_process_whole()427 memref->size = MEMREF_SIZE(param); in teec_post_process_whole()446 MEMREF_SIZE(param)); in teec_post_process_partial()[all …]
Completed in 131 milliseconds