/u-boot/tools/libfdt/ |
A D | fdt_rw.c | 14 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 D | fdt_sw.c | 278 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 D | fdt_rw.c | 128 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 D | Kconfig | 22 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 D | badty.cocci | 4 //# 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 D | part_dos.c | 447 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 D | history.txt | 53 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 D | cboot.c | 296 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 D | Kconfig | 49 MMU table than the one which will be allocated during
|
/u-boot/drivers/smem/ |
A D | msm_smem.c | 114 __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 D | dlmalloc.src | 59 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 D | ccf.txt | 39 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 D | northbridge.asl | 60 * and that no resources are allocated after the MMCONF region.
|
/u-boot/net/ |
A D | Kconfig | 54 This defines the size of the statically allocated buffer
|
/u-boot/doc/driver-model/ |
A D | design.rst | 454 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 D | fs_firmware_loader.rst | 126 Load firmware into a previously allocated buffer
|
/u-boot/doc/ |
A D | README.multi-dtb-fit | 33 FIT is uncompressed is dynamicaly allocated but this behaviour can be changed
|
A D | README.iomux | 28 is allocated and freed dynamically.
|
A D | README.standalone | 5 table is allocated and initialized in the jumptable_init() routine
|
A D | README.pxe | 104 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 D | xenguest_arm64.rst | 62 memory banks for it. The first one is allocated under 4GB address space and
|
/u-boot/drivers/net/octeontx/ |
A D | nicvf_queues.h | 231 bool allocated; member
|
/u-boot/arch/arm/mach-zynqmp/ |
A D | Kconfig | 49 MMU table than the one which will be allocated during
|
/u-boot/doc/device-tree-bindings/reserved-memory/ |
A D | reserved-memory.txt | 24 optional constraints to request a dynamically allocated block of memory.
|
/u-boot/arch/arm/mach-k3/ |
A D | Kconfig | 120 int "Amount of memory dynamically allocated for loading SYSFW blob"
|