Lines Matching refs:ARCH
9 bl2/${ARCH}/bl2_arch_setup.c \
10 lib/locks/exclusive/${ARCH}/spinlock.S \
11 plat/common/${ARCH}/platform_up_stack.S \
14 ifeq (${ARCH},aarch64)
22 BL2_SOURCES += bl2/${ARCH}/bl2_rme_entrypoint.S \
23 bl2/${ARCH}/bl2_el3_exceptions.S \
24 bl2/${ARCH}/bl2_run_next_image.S \
30 BL2_SOURCES += bl2/${ARCH}/bl2_entrypoint.S
35 BL2_SOURCES += bl2/${ARCH}/bl2_el3_entrypoint.S \
36 bl2/${ARCH}/bl2_el3_exceptions.S \
37 bl2/${ARCH}/bl2_run_next_image.S \
38 lib/cpus/${ARCH}/cpu_helpers.S \
42 BL2_SOURCES += lib/extensions/mtpmu/${ARCH}/mtpmu.S
45 ifeq (${ARCH},aarch64)