Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_sw.c276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
282 *allocated = 0; in fdt_find_add_string_()
288 *allocated = 1; in fdt_find_add_string_()
297 int allocated; in fdt_property_placeholder() local
303 allocated = 1; in fdt_property_placeholder()
306 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
313 if (allocated) in fdt_property_placeholder()
H A Dfdt_rw.c127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
136 *allocated = 0; in fdt_find_add_string_()
149 *allocated = 1; in fdt_find_add_string_()
209 int allocated; in fdt_add_property_() local
214 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
224 if (!can_assume(NO_ROLLBACK) && allocated) in fdt_add_property_()
/rk3399_ARM-atf/docs/design/
H A Dpsci-pd-tree.rst126 power domain. MPIDRs could be allocated in any manner and will not be used to
131 which is not allocated or corresponds to an absent core. The semantics of this
143 relationship allows the core nodes to be allocated in a separate array
150 For platforms where the number of allocated MPIDRs is equal to the number of
157 MPIDRs have been sparsely allocated, that is, the size of the range of MPIDRs
166 disabled or absent. Entries will not be allocated in the tree for these
171 is equal to the size of the range of MPIDRs allocated. This approach will
172 lead to memory wastage since entries will be allocated in the tree but will
H A Dauth-framework.rst138 #. Identify the image and load it in the allocated memory.
612 obtained from either the image itself or its parent image. The memory allocated
615 to have memory allocated for them separately where they can be stored. This
616 memory must be statically allocated by the platform port.
777 In the ``tbbr_cot*.c`` file, a set of buffers are allocated to store the parameters
H A Dfirmware-design.rst882 This structure is allocated in a special ELF section ``.rt_svc_descs``, enabling
1150 BL31 by issuing an SMC, using a Function ID allocated to the SPD. On
1657 corresponding sections need to be allocated and initialized at run-time.
1756 mutable data. Its ``.data`` section (i.e. its allocated read-write data) must be
2210 mismatched attributes from various CPUs are allocated in a coherent memory
2232 The below sections analyze the data structures allocated in the coherent memory
2240 structure is allocated in the coherent memory region in TF-A because it can be
2286 The bakery lock data structure ``bakery_lock_t`` is allocated in coherent memory
2297 * Bits[1 - 15] : number. This is the bakery number allocated.
2326 for other cores by using the total size allocated for the bakery_lock section
[all …]
H A Dconsole-framework.rst78 to pass an empty ``console_t`` struct which *MUST* be allocated in persistent
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.h45 size_t allocated; member
H A Dspmc_shared_mem.c80 size_t free = state->data_size - state->allocated; in spmc_shmem_obj_alloc()
109 obj = (struct spmc_shmem_obj *)(state->data + state->allocated); in spmc_shmem_obj_alloc()
115 state->allocated += obj_size; in spmc_shmem_obj_alloc()
138 size_t shift_size = state->allocated - (shift_src - state->data); in spmc_shmem_obj_free()
143 state->allocated -= free_size; in spmc_shmem_obj_free()
159 while (curr - state->data < state->allocated) { in spmc_shmem_obj_lookup()
184 if (curr - state->data < state->allocated) { in spmc_shmem_obj_get_next()
/rk3399_ARM-atf/docs/components/spd/
H A Dtrusty-dispatcher.rst22 size allocated to trusty. If the platform does not provide this
/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat179 * the remaining cache lines are allocated by the linker script
207 * the remaining memory for other CPU's is allocated by the
/rk3399_ARM-atf/docs/components/
H A Dven-el3-service.rst63 Each sub service will have its own version, one FID allocated for sub service version.
67 FID changes or the FID that was allocated for discovery changes. So any breaking subfeature
H A Del3-spmc.rst99 On FVP platform datastore is allocated from TZC DRAM section.
121 - The SPMC provides support for statically allocated EL3 Logical Secure Partitions
181 The region for the boot information blob is statically allocated (4K) by SPMC.
333 Returns the FF-A ID allocated to an SPM component which can be one of SPMD
H A Dxlat-tables-lib-v2-design.rst92 here, a level-3 table will need to be allocated on the fly and the level-2
119 may be explicitly allocated and initialized using the
140 allocated. For example, if the initial lookup level is 1, this parameter would
197 does not fit within this pre-allocated pool of memory.
H A Dromlib-design.rst130 On Arm platforms a section of 1 page (0x1000) is allocated at the top of SRAM.
H A Dffa-manifest-binding.rst45 - Pre-allocated partition ID.
49 - Pre-allocated ID that could be used in memory management transactions.
H A Dcontext-management-library.rst29 level and security state. The memory for the context data structures are allocated
284 for each CPU per world is allocated by the world-specific dispatcher components
338 allocated world-specific context memory.
H A Dnuma-per-cpu.rst62 objects are allocated in the local memory of their respective nodes.
H A Dsecure-partition-manager-mm.rst206 is statically allocated by the SPM and is expected to be either implicitly known
607 All memory required by the Secure Partition is allocated upfront in the SPM,
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst38 are allocated a range of of OENs. The OEN must be interpreted in conjunction
41 Owning Entities only have allocated ranges for Fast calls: Yielding calls are
H A Dbuild-options.rst907 - ``PLATFORM_REPORT_CTX_MEM_USE``: Reports the context memory allocated for
1021 allocated in RAM discontiguous from the loaded firmware image. When set, the
1027 NOLOAD sections of BL2 (.bss, stacks, page tables) to be allocated in RAM
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst171 states for each level may be sparsely allocated between 0 and this value
203 excluding any data section allocated at runtime) can occupy.
235 (i.e. excluding any data section allocated at runtime) can occupy. This
466 Defines the maximum number of translation tables that are allocated by the
475 Defines the maximum number of regions that are allocated by the translation
555 much memory is allocated for PL061 GPIO controllers. The default value is
564 control how much memory is allocated for partition entries. The default
1149 the function simply returns the address and size of this "pre-allocated" heap.
1271 has been allocated for the current CPU. For BL images that only require a
1273 of the stack allocated to each CPU is specified by the platform defined
[all …]
H A Dchange-log.md2622 …- update the memory size allocated to optee at EL1 ([4739372](https://review.trustedfirmware.org/p…
3819 …- allocated caam did for the non secure world ([7c5eedc](https://review.trustedfirmware.org/plugin…
5814 …- fix DT reserved allocated size ([2c03915](https://review.trustedfirmware.org/plugins/gitiles/TF-…
10824 - arm/juno: Maximize space allocated to SCP_BL2
11392 - Does not provide any functions to free allocated objects (by design)
12832 - An implementation of Bakery locks, where the locks are not allocated in
12958 - Removed coherent stacks from the codebase. Stacks allocated in normal memory
/rk3399_ARM-atf/docs/plat/
H A Drpi3.rst143 Considering the 128 MiB allocated to the GPU and the 16 MiB allocated for
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_poc.rst495 the fTPM is able to store, as this buffer is allocated at build time. This must be at
H A Drse.rst316 Furthermore, the memory, which holds the metadata is also statically allocated