Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_mem.c23 uintptr_t plat_rmmd_reserve_memory(size_t size, unsigned long alignment) in plat_rmmd_reserve_memory() argument
30 unsigned long alignment = MEMRESERVE_ALIGNMENT(*arg); in rmmd_reserve_memory() local
41 addr = plat_rmmd_reserve_memory(size, alignment); in rmmd_reserve_memory()
/rk3399_ARM-atf/plat/arm/common/
H A Dplat_rmm_mem_carveout.c13 uintptr_t plat_rmmd_reserve_memory(size_t size, unsigned long alignment) in plat_rmmd_reserve_memory() argument
15 uint64_t align_mask = alignment - 1; in plat_rmmd_reserve_memory()
/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat48 /* Ensure 8-byte alignment for descriptors and ensure inclusion */
55 /* Ensure 8-byte alignment for descriptors and ensure inclusion */
63 * Ensure 8-byte alignment for cpu_ops so that its fields are also
74 * security. GOT is a table of addresses so ensure 8-byte alignment.
104 * individual permissions to them, so the actual alignment needed is 4K.
135 * this section correctly. Ensure 8-byte alignment so that the fields of
/rk3399_ARM-atf/plat/common/
H A Dubsan.c28 unsigned long alignment; member
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst105 alignment**, which:
195 which requires page alignment for mapped entries. The per-CPU section itself
196 requires only cache writeback granule alignment for its base.
H A Dgranule-protection-tables-design.rst247 Sample Calculation for L0 memory size and alignment
277 Sample calculation for L1 table size and alignment
H A Dsdei.rst343 /* Save link register whilst maintaining stack alignment */
H A Dsecure-partition-manager-mm.rst652 There are no alignment restrictions on the Base Address. The permission
742 The alignment of the Base Address must be greater than or equal to the size
H A Drmm-el3-comms-spec.rst1014 …args,x2,[63:56],UInt64,"alignment requirement, in bits. A value of 16 would return a 64 KB aligned…
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h419 uintptr_t plat_rmmd_reserve_memory(size_t size, unsigned long alignment);
/rk3399_ARM-atf/make_helpers/
H A Dcflags.mk185 ldflags-common += $(call ld_option,--sort-section=alignment)
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst1689 End address of a given section named ``<SECTION>``. If there is an alignment
1698 rounding up due to some alignment constraint.
1703 alignment constraint on the section's end address then ``__<SECTION>_SIZE__``
1711 rounding up due to some alignment constraint. In other words,
2452 The 2KB alignment for the exception vectors is an architectural
/rk3399_ARM-atf/docs/
H A Dchange-log.md763 …- add memory alignment at cadence SD/eMMC driver's descriptor ([2fcb37d](https://review.trustedfir…
2725 …- fix EL3-SPMC data store alignment ([eee52da](https://review.trustedfirmware.org/plugins/gitiles/…
5300 …- validate memory address alignment ([327b5b8](https://review.trustedfirmware.org/plugins/gitiles/…
5301 …- validate shmem descriptor alignment ([dd94372](https://review.trustedfirmware.org/plugins/gitile…
10553 - Fixed incorrect alignment of TZDRAM base address
10786 - Reduce space lost to object alignment
11426 alignment is now supported on the Juno platform. When `USE_ROMLIB` is set
11766 - Code hygiene changes and alignment with MISRA C-2012 guideline with fixes
11989 - Code hygiene changes and alignment with MISRA guideline:
12039 alignment needed between memory attributes and attributes specified in
[all …]
H A Dporting-guide.rst2427 Arguments : size_t size, unsigned long alignment
2434 to be aligned to ``alignment`` bytes.