Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/include/plat/marvell/armada/common/
H A Dmvebu.h16 #define IS_NOT_ALIGN(number, align) ((number) & ((align) - 1)) argument
19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ argument
20 (((number) + (align)) & ~((align)-1)) : (number))
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/
H A Dplat_trampoline.S26 .align 4
32 .align 4
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_trampoline.S17 .align 4
83 .align 4
93 .align 4
101 .align 4
/rk3399_ARM-atf/include/common/
H A Dasm_macros_common.S53 .align \_align
121 .align TZ_COUNT
/rk3399_ARM-atf/lib/romlib/templates/
H A Djmptbl_glob_var.S8 .align 4
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c531 static int pack_images(const char *filename, uint64_t toc_flags, unsigned long align) in pack_images() argument
566 entry_offset = (entry_offset + align - 1) & ~(align - 1); in pack_images()
578 toc_entry->offset_address = (entry_offset + align - 1) & ~(align - 1); in pack_images()
674 unsigned long align; in get_image_align() local
677 align = strtoul(arg, &endptr, 0); in get_image_align()
678 if (*endptr != '\0' || !is_power_of_2(align) || errno != 0) in get_image_align()
681 return align; in get_image_align()
704 unsigned long align = 1; in create_cmd() local
735 align = get_image_align(optarg); in create_cmd()
772 pack_images(argv[0], toc_flags, align); in create_cmd()
[all …]
/rk3399_ARM-atf/bl32/tsp/aarch64/
H A Dtsp_request.S28 .align 2
/rk3399_ARM-atf/include/lib/cpus/aarch32/
H A Dcpu_macros.S64 .align 2
170 .align 2
/rk3399_ARM-atf/drivers/arm/mhu/
H A Dmhu_wrapper_v3_x.c19 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
25 #define IS_ALIGNED(val, align) (val == ALIGN_UP(val, align)) argument
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu_fw.S12 .align 4
/rk3399_ARM-atf/plat/arm/board/tc/fdts/
H A Dtc_spmc_trusty_sp_manifest.dts15 mem_size = <0x3f00000>; /* 64MB TZC DRAM - 1MB align */
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h906 #define __builtin_is_aligned(x, align) \ argument
907 (((__uintptr_t)x & ((align) - 1)) == 0)
910 #define __builtin_align_up(x, align) \ argument
911 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
914 #define __builtin_align_down(x, align) \ argument
915 ((__typeof__(x))((x)&(~((align)-1))))
/rk3399_ARM-atf/include/arch/aarch64/
H A Dasm_macros.S109 .align 11, 0
123 .align 7, 0
223 .align SPINLOCK_ASM_ALIGN
/rk3399_ARM-atf/plat/nxp/common/aarch64/
H A Dls_helpers.S171 .align 6
197 .align 6
/rk3399_ARM-atf/plat/rockchip/common/pmusram/
H A Dcpus_on_fixed_addr.S44 .align 3
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhisi_pwrc_sram.S61 .align 3
/rk3399_ARM-atf/include/arch/aarch32/
H A Dasm_macros.S68 .align 5
170 .align SPINLOCK_ASM_ALIGN
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst201 context. This flag can take values 0 to 2, to align with the
208 can take values 0 to 2, to align with ``ENABLE_FEAT`` mechanism. Default value
237 This flag can take values 0 to 2, to align with the ``ENABLE_FEAT``
288 extensions. This flag can take the values 0 to 2, to align with the
296 onwards. This flag can take the values 0 to 2, to align with the
304 This flag can take the values of 0 to 2, to align with the ``ENABLE_FEAT`` mechanism.
311 2, to align with the ``ENABLE_FEAT`` mechanism. Default value is ``0``.
317 0 to 2, to align with the ``ENABLE_FEAT`` mechanism.
324 The flag can take values 0 to 2, to align with the ``ENABLE_FEAT``
330 from v8.8. This flag can take the values of 0 to 2, to align with the
[all …]
/rk3399_ARM-atf/plat/qti/msm8916/aarch32/
H A Dmsm8916_helpers.S138 .align 3
/rk3399_ARM-atf/plat/qti/msm8916/aarch64/
H A Dmsm8916_helpers.S159 .align 3
/rk3399_ARM-atf/plat/marvell/armada/a3k/common/
H A Da3700_common.mk205 $(q)cp $(BUILD_PLAT)/wtmi.bin $(BUILD_PLAT)/wtmi-align.bin
206 $(q)truncate -s %16 $(BUILD_PLAT)/wtmi-align.bin
207 $(q)${OPENSSL_BIN_PATH}/openssl enc -aes-256-cbc -e -in $(BUILD_PLAT)/wtmi-align.bin \
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dtrp_entry.S111 .align 3
/rk3399_ARM-atf/plat/rockchip/common/aarch32/
H A Dplat_helpers.S155 .align 3
/rk3399_ARM-atf/include/lib/cpus/aarch64/
H A Dcpu_macros.S67 .align 3
209 .align 3
514 .align \_align
/rk3399_ARM-atf/plat/rockchip/common/aarch64/
H A Dplat_helpers.S170 .align 3

12