Searched refs:fw_shm_pool (Results 1 – 1 of 1) sorted by relevance
61 struct tee_shm *fw_shm_pool; member81 param[0].u.memref.shm = pvt_data.fw_shm_pool; in prepare_args()162 core_data = tee_shm_get_va(pvt_data.fw_shm_pool, 0); in tee_bnxt_copy_coredump()189 struct tee_shm *fw_shm_pool; in tee_bnxt_fw_probe() local215 fw_shm_pool = tee_shm_alloc(pvt_data.ctx, MAX_SHM_MEM_SZ, in tee_bnxt_fw_probe()217 if (IS_ERR(fw_shm_pool)) { in tee_bnxt_fw_probe()219 err = PTR_ERR(fw_shm_pool); in tee_bnxt_fw_probe()223 pvt_data.fw_shm_pool = fw_shm_pool; in tee_bnxt_fw_probe()237 tee_shm_free(pvt_data.fw_shm_pool); in tee_bnxt_fw_remove()