Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/include/lib/
H A Dobject_pool.h57 static inline void *pool_alloc_n(struct object_pool *pool, size_t count) in pool_alloc_n() argument
59 if ((pool->used + count) > pool->capacity) { in pool_alloc_n()
61 count, pool->capacity - pool->used); in pool_alloc_n()
65 void *obj = (char *)(pool->objects) + (pool->obj_size * pool->used); in pool_alloc_n()
66 pool->used += count; in pool_alloc_n()
74 static inline void *pool_alloc(struct object_pool *pool) in pool_alloc() argument
76 return pool_alloc_n(pool, 1U); in pool_alloc()
/rk3399_ARM-atf/plat/mediatek/common/
H A Dmtk_smc_handlers.c98 static void print_smc_descriptor(const struct smc_descriptor pool[]) in print_smc_descriptor() argument
103 for (p_smc_desc = &pool[0]; in print_smc_descriptor()
/rk3399_ARM-atf/fdts/
H A Dfvp-ve-Cortex-A7x1.dts44 compatible = "shared-dma-pool";
H A Dfvp-ve-Cortex-A5x1.dts45 compatible = "shared-dma-pool";
H A Dfvp-base-psci-common.dtsi94 compatible = "shared-dma-pool";
H A Dtc-base.dtsi206 compatible = "shared-dma-pool";
213 compatible = "restricted-dma-pool";
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst197 does not fit within this pre-allocated pool of memory.
H A Drmm-el3-comms-spec.rst1017 …ags: local CPU: Determines whether the reservation should be taken from a pool close to the callin…
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2430 Reserve memory to be used by the RMM. This could be memory simply taken from a pool of reserved