Lines Matching refs:qcom_tzmem_pool
33 struct qcom_tzmem_pool { struct
44 struct qcom_tzmem_pool *owner; argument
150 static int qcom_tzmem_pool_add_memory(struct qcom_tzmem_pool *pool, in qcom_tzmem_pool_add_memory()
199 struct qcom_tzmem_pool *
221 struct qcom_tzmem_pool *pool __free(kfree) = kzalloc(sizeof(*pool), in qcom_tzmem_pool_new()
258 void qcom_tzmem_pool_free(struct qcom_tzmem_pool *pool) in qcom_tzmem_pool_free()
298 struct qcom_tzmem_pool *pool = data; in devm_qcom_tzmem_pool_free()
312 struct qcom_tzmem_pool *
316 struct qcom_tzmem_pool *pool; in devm_qcom_tzmem_pool_new()
331 static bool qcom_tzmem_try_grow_pool(struct qcom_tzmem_pool *pool, in qcom_tzmem_try_grow_pool()
364 void *qcom_tzmem_alloc(struct qcom_tzmem_pool *pool, size_t size, gfp_t gfp) in qcom_tzmem_alloc()