Home
last modified time | relevance | path

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

12

/u-boot/tools/libfdt/
A Dfdt_rw.c14 int allocated; in fdt_remove_unused_strings() local
29 ret = fdt_find_add_string_(new, str, &allocated); in fdt_remove_unused_strings()
/u-boot/scripts/dtc/libfdt/
A Dfdt_sw.c278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
284 *allocated = 0; in fdt_find_add_string_()
290 *allocated = 1; in fdt_find_add_string_()
299 int allocated; in fdt_property_placeholder() local
305 allocated = 1; in fdt_property_placeholder()
308 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
315 if (allocated) in fdt_property_placeholder()
A Dfdt_rw.c128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
137 *allocated = 0; in fdt_find_add_string_()
150 *allocated = 1; in fdt_find_add_string_()
210 int allocated; in fdt_add_property_() local
215 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
225 if (fdt_chk_basic() && allocated) in fdt_add_property_()
/u-boot/lib/optee/
A DKconfig22 The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE
30 The base address of pre-allocated Trust Zone DRAM for
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci4 //# in memory allocation functions by checking the type of the allocated memory
6 //# to the the memory being allocated. There are false positives in cases the
/u-boot/disk/
A Dpart_dos.c447 lbaint_t allocated = 0; in layout_mbr_partitions() local
454 allocated += p[j].size; in layout_mbr_partitions()
456 p[i].size = end - allocated - p[i].start; in layout_mbr_partitions()
475 lbaint_t allocated = 0; in layout_mbr_partitions() local
482 allocated += p[j].size + DOS_PART_DEFAULT_GAP; in layout_mbr_partitions()
484 p[i].size = end - allocated - p[i].start; in layout_mbr_partitions()
/u-boot/lib/lzma/
A Dhistory.txt53 outside of allocated range.
67 allocated range in some rare cases.
119 outside of allocated range.
202 decoder could access memory outside of allocated range.
/u-boot/arch/arm/mach-tegra/
A Dcboot.c296 u64 allocated = ROUND(bank_start, align) + offset; in alloc_ram() local
297 u64 allocated_end = allocated + size; in alloc_ram()
301 mark_ram_allocated(bank, allocated, allocated_end); in alloc_ram()
302 return allocated; in alloc_ram()
/u-boot/arch/arm/mach-versal/
A DKconfig49 MMU table than the one which will be allocated during
/u-boot/drivers/smem/
A Dmsm_smem.c114 __le32 allocated; member
402 if (entry->allocated) in qcom_smem_alloc_global()
418 entry->allocated = cpu_to_le32(1); in qcom_smem_alloc_global()
477 if (!entry->allocated) in qcom_smem_get_global()
/u-boot/common/
A Ddlmalloc.src59 Report the number usable allocated bytes associated with allocated
84 Minimum overhead per allocated chunk: 4 or 8 bytes
100 Maximum allocated size: 4-byte size_t: 2^31 - 8 bytes
594 int arena; /* total space allocated from system */
601 int uordblks; /* total allocated space */
1159 An allocated chunk looks like this:
1207 (The very first chunk allocated always has this bit set,
1260 locality for runs of sequentially allocated chunks.
2080 allocated mmapped regions, and a call to mmap succeeds,
2081 the request is allocated via direct memory mapping.
[all …]
/u-boot/doc/imx/clk/
A Dccf.txt39 such need, so to avoid extra allocations (as it can be auto allocated by
57 decides when clock is instantiated (and when memory for it is allocated).
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dnorthbridge.asl60 * and that no resources are allocated after the MMCONF region.
/u-boot/net/
A DKconfig54 This defines the size of the statically allocated buffer
/u-boot/doc/driver-model/
A Ddesign.rst454 The 'auto' feature allowed space for the plat to be allocated
466 If you don't want to have the plat automatically allocated then you
609 three children. This can be auto-allocated if the bus driver (or bus uclass)
686 is a 'struct udevice' allocated for all devices. However, nothing has been
721 is allocated for the device and zeroed. It will be accessible as
727 is allocated. This is only useful for device tree operation, since
729 U_BOOT_DRVINFO() declaration. The space is allocated for the device and
733 then this space is allocated and zeroed also. It is allocated for and
738 then this space is allocated. This is intended for use by the parent
859 static pointer, it is not de-allocated during the remove() method. For
[all …]
A Dfs_firmware_loader.rst126 Load firmware into a previously allocated buffer
/u-boot/doc/
A DREADME.multi-dtb-fit33 FIT is uncompressed is dynamicaly allocated but this behaviour can be changed
A DREADME.iomux28 is allocated and freed dynamically.
A DREADME.standalone5 table is allocated and initialized in the jumptable_init() routine
A DREADME.pxe104 of RAM available to U-Boot. Memory for labels is dynamically allocated as
105 they're parsed, and memory for pxe files is statically allocated, and its
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst62 memory banks for it. The first one is allocated under 4GB address space and
/u-boot/drivers/net/octeontx/
A Dnicvf_queues.h231 bool allocated; member
/u-boot/arch/arm/mach-zynqmp/
A DKconfig49 MMU table than the one which will be allocated during
/u-boot/doc/device-tree-bindings/reserved-memory/
A Dreserved-memory.txt24 optional constraints to request a dynamically allocated block of memory.
/u-boot/arch/arm/mach-k3/
A DKconfig120 int "Amount of memory dynamically allocated for loading SYSFW blob"

Completed in 41 milliseconds

12