Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libfdt/
A Dfdt_sw.c268 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
274 *allocated = 0; in fdt_find_add_string_()
280 *allocated = 1; in fdt_find_add_string_()
289 int allocated; in fdt_property_placeholder() local
295 allocated = 1; in fdt_property_placeholder()
298 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
305 if (allocated) in fdt_property_placeholder()
A Dfdt_rw.c115 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
123 *allocated = 0; in fdt_find_add_string_()
135 *allocated = 1; in fdt_find_add_string_()
195 int allocated; in fdt_add_property_() local
200 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
209 if (allocated) in fdt_add_property_()
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_dmaobj.c44 size_t allocated; member
117 if (priv->dmabuf.allocated) { in try_allocate_dmabuf()
119 priv->dmabuf.allocated = 0; in try_allocate_dmabuf()
134 priv->dmabuf.allocated = size; in try_allocate_dmabuf()
603 if (!priv->dmabuf.allocated) in entry_sgtbuf_dmabuf()
1005 if (priv->dmabuf.allocated) { in caam_dmaobj_free()
1293 if (priv->dmabuf.allocated && max_length > priv->dmabuf.allocated && in caam_dmaobj_sgtbuf_build()
1294 priv->dmabuf.allocated > align) in caam_dmaobj_sgtbuf_build()
1295 max_length = ROUNDDOWN(priv->dmabuf.allocated, align); in caam_dmaobj_sgtbuf_build()
1365 if (priv->dmabuf.allocated) { in caam_dmaobj_sgtbuf_build()
[all …]
/optee_os/lib/libutils/isoc/
A Dbget.doc65 that memory is allocated is a linear array which can be addressed as a
73 allocated. Machines with a linear address architecture, such as the
188 Reallocate a buffer previously allocated by bget(), changing its size to
195 Return the buffer <buf>, previously allocated by bget(), to the free
250 The amount of space currently allocated is stored into the variable
271 managed through blocks directly allocated by the acquisition and release
282 <dumpalloc> is nonzero, the contents of allocated buffers are dumped; if
301 all buffers allocated are a
315 dumping the contents of an allocated
323 currently allocated. */
A Dbget_malloc.c247 stats->allocated = ctx->poolset.totalloc; in gen_malloc_get_stats()
/optee_os/lib/libutils/isoc/include/
A Dmalloc.h76 uint32_t allocated; /* Bytes currently allocated */ member
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h76 uint32_t allocated; /* Bytes currently allocated */ member
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h76 uint32_t allocated; /* Bytes currently allocated */ member
/optee_os/core/arch/arm/mm/
A Dtee_mm.c121 stats->allocated = tee_mm_stats_allocated(pool); in tee_mm_get_pool_stats()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog760 buffer is allocated by the server (if MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
2260 * Fixed a bug that caused freeing a buffer that was allocated on the stack,

Completed in 22 milliseconds