Home
last modified time | relevance | path

Searched full:aapcs (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0007-Remove-Makefile-hardcoded-arch-tune.patch6 -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 D0001-Remove-Makefile.include-which-includes-hardcoded.patch81 -CFLAGS += -pipe -mfloat-abi=$(FLOAT) -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -…
/openbmc/u-boot/arch/arm/
H A Dconfig.mk76 # -mabi=aapcs-linux
82 -mabi=aapcs-linux,\
93 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
/openbmc/linux/arch/arm64/lib/
H A Dkasan_sw_tags.S12 * 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 Darmv4-fix-v4bx.patch22 KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/
H A D0001-CMakeLists.txt-Remove-mthumb-interwork.patch6 This option is meaningless with aapcs ABI
/openbmc/openbmc/poky/meta/recipes-support/boost/
H A Dboost.inc167 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 Defi-rt-wrapper.S14 * Register x18 is designated as the 'platform' register by the AAPCS,
H A Dentry-ftrace.S25 * 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 Dsyscall.c61 * when applying stack alignment constraints: the AAPCS mandates a in invoke_syscall()
H A Dftrace.c371 * 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 DMakefile.target26 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 DMakefile71 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch35 …DEFINE GCC_ARM_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -mlittle-endian -mabi=aapcs -fno-short-…
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml23 in a manner similar to that specified by AAPCS:
/openbmc/linux/arch/arm64/kernel/vdso32/
H A DMakefile49 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile90 CFLAGS += -march=armv7-a -mabi=aapcs-linux
102 CFLAGS += -march=armv7-a -mabi=aapcs-linux
/openbmc/linux/arch/arm/
H A DMakefile113 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h39 * the Procedure Call Standard for the ARM Architecture (AAPCS, AKA
/openbmc/linux/arch/arm/crypto/
H A Daes-ce-core.S124 * Internal, non-AAPCS compliant functions that implement the core AES
/openbmc/linux/arch/arm/mm/
H A Dproc-v7.S262 @ Invoke the v7_invalidate_l1() function, which adheres to the AAPCS
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c340 /* Save FP and LR registers to stay align with ARM64 AAPCS */ in build_prologue()