entropy_shm_pool 66 drivers/char/hw_random/optee-rng.c struct tee_shm *entropy_shm_pool; entropy_shm_pool 92 drivers/char/hw_random/optee-rng.c param[0].u.memref.shm = pvt_data->entropy_shm_pool; entropy_shm_pool 103 drivers/char/hw_random/optee-rng.c rng_data = tee_shm_get_va(pvt_data->entropy_shm_pool, 0); entropy_shm_pool 146 drivers/char/hw_random/optee-rng.c struct tee_shm *entropy_shm_pool = NULL; entropy_shm_pool 148 drivers/char/hw_random/optee-rng.c entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, entropy_shm_pool 150 drivers/char/hw_random/optee-rng.c if (IS_ERR(entropy_shm_pool)) { entropy_shm_pool 152 drivers/char/hw_random/optee-rng.c return PTR_ERR(entropy_shm_pool); entropy_shm_pool 155 drivers/char/hw_random/optee-rng.c pvt_data->entropy_shm_pool = entropy_shm_pool; entropy_shm_pool 164 drivers/char/hw_random/optee-rng.c tee_shm_free(pvt_data->entropy_shm_pool);