Home
last modified time | relevance | path

Searched refs:MEMREF_SHM_ID (Results 1 – 3 of 3) sorted by relevance

/optee_client-3.20.0/tee-supplicant/src/
A Dtee_supplicant.h35 #define MEMREF_SHM_ID(p) ((p)->c) macro
A Dtee_supplicant.c245 tshm = find_tshm(MEMREF_SHM_ID(params + idx)); in get_param()
271 shm->id = MEMREF_SHM_ID(params + idx); in get_param()
944 tshm = find_tshm(MEMREF_SHM_ID(param)); in tee_supp_param_to_va()
/optee_client-3.20.0/libteec/src/
A Dtee_client_api.c57 #define MEMREF_SHM_ID(p) ((p)->c) macro
223 MEMREF_SHM_ID(param) = TEE_MEMREF_NULL; in teec_pre_process_tmpref()
229 MEMREF_SHM_ID(param) = shm->id; in teec_pre_process_tmpref()
241 MEMREF_SHM_ID(param) = shm->id; in teec_pre_process_tmpref()
275 MEMREF_SHM_ID(param) = shm->id; in teec_pre_process_whole()
323 MEMREF_SHM_ID(param) = shm->id; in teec_pre_process_partial()

Completed in 6 milliseconds