/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0007-Remove-Makefile-hardcoded-arch-tune.patch | 6 -CFLAGS=-pipe -mfloat-abi=hard -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -mtune=arm… 7 +CFLAGS+= -fomit-frame-pointer -mabi=aapcs-linux -Wno-psabi -g
|
H A D | 0001-Remove-Makefile.include-which-includes-hardcoded.patch | 81 -CFLAGS += -pipe -mfloat-abi=$(FLOAT) -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -…
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 76 # -mabi=aapcs-linux 82 -mabi=aapcs-linux,\ 93 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
|
/openbmc/linux/arch/arm64/lib/ |
H A D | kasan_sw_tags.S | 12 * A compiler-generated thunk calls this with a non-AAPCS calling 32 * To call a regular AAPCS function we must save x2 to x15 (which we can
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | armv4-fix-v4bx.patch | 22 KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/ |
H A D | 0001-CMakeLists.txt-Remove-mthumb-interwork.patch | 6 This option is meaningless with aapcs ABI
|
/openbmc/openbmc/poky/meta/recipes-support/boost/ |
H A D | boost.inc | 167 BJAM_OPTS:append:arm = " abi=aapcs architecture=arm" 168 BJAM_OPTS:append:aarch64 = " abi=aapcs address-model=64 architecture=arm"
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | efi-rt-wrapper.S | 14 * Register x18 is designated as the 'platform' register by the AAPCS,
|
H A D | entry-ftrace.S | 25 * Each instrumented function follows the AAPCS, so here x0-x8 and x18-x30 are 116 * x19-x29 per the AAPCS, and we created frame records upon entry, so we need
|
H A D | syscall.c | 61 * when applying stack alignment constraints: the AAPCS mandates a in invoke_syscall()
|
H A D | ftrace.c | 371 * All instrumented functions follow the AAPCS, so x0-x8 and x19-x30 are live, 386 * being traced, the MOV is not harmful given x9 is not live per the AAPCS.
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | Makefile.target | 26 test-arm-iwmmxt: CFLAGS += -marm -march=iwmmxt -mabi=aapcs -mfpu=fpv4-sp-d16 $(CROSS_CC_HAS_FNIA)
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | Makefile | 71 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0003-debug-prefix-map.patch | 35 …DEFINE GCC_ARM_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -mlittle-endian -mabi=aapcs -fno-short-…
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | psci.yaml | 23 in a manner similar to that specified by AAPCS:
|
/openbmc/linux/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 49 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 90 CFLAGS += -march=armv7-a -mabi=aapcs-linux 102 CFLAGS += -march=armv7-a -mabi=aapcs-linux
|
/openbmc/linux/arch/arm/ |
H A D | Makefile | 113 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 39 * the Procedure Call Standard for the ARM Architecture (AAPCS, AKA
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | 124 * Internal, non-AAPCS compliant functions that implement the core AES
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7.S | 262 @ Invoke the v7_invalidate_l1() function, which adheres to the AAPCS
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 340 /* Save FP and LR registers to stay align with ARM64 AAPCS */ in build_prologue()
|