HomeSort by relevance Sort by last modified time
    Searched refs:AARCH32 (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
xlat_mmu_helpers.h 10 #ifdef AARCH32
11 /* AArch32 specific translation table API */
17 #endif /* AARCH32 */
xlat_tables_arch.h 10 #ifdef AARCH32
11 #include "aarch32/xlat_tables_aarch32.h"
21 * limits. Not that these limits are different for AArch32 and AArch64.
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_limits.h 62 #ifdef AARCH32
83 #ifdef AARCH32
95 #ifdef AARCH32
_stdint.h 130 #ifdef AARCH32
153 #ifdef AARCH32
166 #ifdef AARCH32
_types.h 58 * Standard type definitions which are different in AArch64 and AArch32
60 #ifdef AARCH32
95 #error "Only AArch32 or AArch64 supported"
96 #endif /* AARCH32 */
endian.h 66 #ifdef AARCH32
138 #error "Only AArch32 or AArch64 supported"
139 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 43 #ifdef AARCH32
45 * For AArch32 state BL1 and BL2 share the MMU setup.
50 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
cpu_data.h 12 #ifdef AARCH32
15 #error "Crash reporting is not supported in AArch32"
20 #else /* AARCH32 */
28 #endif /* AARCH32 */
85 #ifndef AARCH32
123 #ifndef AARCH32
context_mgmt.h 10 #ifndef AARCH32
37 #ifndef AARCH32
90 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u_main.c 45 #ifdef AARCH32
47 * For AArch32 state BL1 and BL2U share the MMU setup.
52 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/
board_css_common.c 74 #ifdef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl2u_setup.c 71 #ifdef AARCH32
arm_gicv3.c 79 #if (defined(AARCH32) && defined(IMAGE_BL32)) || \
80 (defined(IMAGE_BL31) && !defined(AARCH32))
arm_bl1_setup.c 98 #ifdef AARCH32
102 #endif /* AARCH32 */
arm_pm.c 126 #ifndef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
ep_info.h 22 #ifdef AARCH32
95 #ifdef AARCH32
runtime_svc.h 22 #ifdef AARCH32
30 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_normal.c 157 #ifdef AARCH32
213 #ifdef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
common_def.h 20 #ifdef AARCH32
26 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/
errata_report.c 21 #elif defined(AARCH32) && defined(IMAGE_BL32)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
platform_def.h 97 /* BL32 is mandatory in AArch32 */
98 #ifndef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 98 #ifdef AARCH32
225 #ifdef AARCH32
229 #endif /* AARCH32 */
284 * BL1 SMC wrapper. This function is only used in AArch32 mode to ensure ABI
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
platform_def.h 138 /* BL32 is mandatory in AArch32 */
139 #ifndef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/ccn/
ccn.c 17 #if defined(IMAGE_BL31) || (defined(AARCH32) && defined(IMAGE_BL32))
264 #if defined(IMAGE_BL31) || (defined(AARCH32) && defined(IMAGE_BL32))
284 #if defined(IMAGE_BL31) || (defined(AARCH32) && defined(IMAGE_BL32))
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 329 #if ARM_BL31_IN_DRAM || (defined(AARCH32) && !defined(JUNO_AARCH32_EL3_RUNTIME))
331 * For AArch32 BL31 is not applicable.
412 /* BL32 is mandatory in AArch32 */
413 #ifndef AARCH32
423 #if ARM_BL31_IN_DRAM || (defined(AARCH32) && !defined(JUNO_AARCH32_EL3_RUNTIME))
425 * For AArch32 BL31 is not applicable.

Completed in 172 milliseconds

1 2