Searched refs:reg_shm_out (Results 1 – 1 of 1) sorted by relevance
68 struct tee_shm *reg_shm_in = NULL, *reg_shm_out = NULL; in trusted_tee_seal() local82 if (IS_ERR(reg_shm_out)) { in trusted_tee_seal()84 ret = PTR_ERR(reg_shm_out); in trusted_tee_seal()97 param[1].u.memref.shm = reg_shm_out; in trusted_tee_seal()111 if (reg_shm_out) in trusted_tee_seal()112 tee_shm_free(reg_shm_out); in trusted_tee_seal()141 if (IS_ERR(reg_shm_out)) { in trusted_tee_unseal()143 ret = PTR_ERR(reg_shm_out); in trusted_tee_unseal()156 param[1].u.memref.shm = reg_shm_out; in trusted_tee_unseal()170 if (reg_shm_out) in trusted_tee_unseal()[all …]
Completed in 3 milliseconds