| /rk3399_ARM-atf/include/plat/marvell/armada/common/ |
| H A D | mvebu.h | 16 #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 D | plat_trampoline.S | 26 .align 4 32 .align 4
|
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/ |
| H A D | plat_trampoline.S | 17 .align 4 83 .align 4 93 .align 4 101 .align 4
|
| /rk3399_ARM-atf/include/common/ |
| H A D | asm_macros_common.S | 53 .align \_align 121 .align TZ_COUNT
|
| /rk3399_ARM-atf/lib/romlib/templates/ |
| H A D | jmptbl_glob_var.S | 8 .align 4
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 531 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 D | tsp_request.S | 28 .align 2
|
| /rk3399_ARM-atf/include/lib/cpus/aarch32/ |
| H A D | cpu_macros.S | 64 .align 2 170 .align 2
|
| /rk3399_ARM-atf/drivers/arm/mhu/ |
| H A D | mhu_wrapper_v3_x.c | 19 #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 D | pmu_fw.S | 12 .align 4
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_spmc_trusty_sp_manifest.dts | 15 mem_size = <0x3f00000>; /* 64MB TZC DRAM - 1MB align */
|
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 906 #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 D | asm_macros.S | 109 .align 11, 0 123 .align 7, 0 223 .align SPINLOCK_ASM_ALIGN
|
| /rk3399_ARM-atf/plat/nxp/common/aarch64/ |
| H A D | ls_helpers.S | 171 .align 6 197 .align 6
|
| /rk3399_ARM-atf/plat/rockchip/common/pmusram/ |
| H A D | cpus_on_fixed_addr.S | 44 .align 3
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hisi_pwrc_sram.S | 61 .align 3
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | asm_macros.S | 68 .align 5 170 .align SPINLOCK_ASM_ALIGN
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 201 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 D | msm8916_helpers.S | 138 .align 3
|
| /rk3399_ARM-atf/plat/qti/msm8916/aarch64/ |
| H A D | msm8916_helpers.S | 159 .align 3
|
| /rk3399_ARM-atf/plat/marvell/armada/a3k/common/ |
| H A D | a3700_common.mk | 205 $(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 D | trp_entry.S | 111 .align 3
|
| /rk3399_ARM-atf/plat/rockchip/common/aarch32/ |
| H A D | plat_helpers.S | 155 .align 3
|
| /rk3399_ARM-atf/include/lib/cpus/aarch64/ |
| H A D | cpu_macros.S | 67 .align 3 209 .align 3 514 .align \_align
|
| /rk3399_ARM-atf/plat/rockchip/common/aarch64/ |
| H A D | plat_helpers.S | 170 .align 3
|