Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Dlinux-gas.h42 /* Use the AAPCS type for wchar_t, or the previous Linux default for
43 non-AAPCS. */
H A Dbpabi.h26 /* Use the AAPCS ABI by default. */
29 /* Assume that AAPCS ABIs should adhere to the full BPABI. */
H A Darm.h369 etc., in addition to just the AAPCS calling conventions. */
417 /* AAPCS based ABIs use short enums by default. */
712 The AAPCS specifies a value of 8. */
727 /* wchar_t is unsigned under the AAPCS. */
756 /* AAPCS requires that structure alignment is affected by bitfields. */
1539 ARM_PCS_AAPCS, /* Base standard AAPCS. */
1542 /* This must be the last AAPCS variant. */
1566 /* AAPCS related state tracking. */
1591 /* For AAPCS, padding should never be below the argument. For other ABIs,
H A Dlinux-eabi.h42 /* We default to the "aapcs-linux" ABI so that enums are int-sized by
/OK3568_Linux_fs/u-boot/arch/arm/
H A Dconfig.mk79 # -mabi=aapcs-linux
85 -mabi=aapcs-linux,\
96 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk16 PLATFORM_CPPFLAGS += -mabi=aapcs-linux -funwind-tables
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Darmv4-fix-v4bx.patch20 KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dftrace.c177 * All instrumented functions follow the AAPCS, so x0-x8 and x19-x30 are live,
192 * being traced, the MOV is not harmful given x9 is not live per the AAPCS.
H A Defi-rt-wrapper.S14 * Register x18 is designated as the 'platform' register by the AAPCS,
H A Dentry-ftrace.S26 * Each instrumented function follows the AAPCS, so here x0-x8 and x18-x30 are
112 * x19-x29 per the AAPCS, and we created frame records upon entry, so we need
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0002-compiler-rt-support-a-new-embedded-linux-target.patch65 +# non-VFP variant of the AAPCS.
71 +# AAPCS.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/
H A Dboost.inc165 BJAM_OPTS:append:arm = " abi=aapcs architecture=arm"
166 BJAM_OPTS:append:aarch64 = " abi=aapcs address-model=64 architecture=arm"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ne10/ne10/
H A D0001-CMakeLists.txt-Remove-mthumb-interwork.patch6 This option is meaningless with aapcs ABI
/OK3568_Linux_fs/buildroot/package/omxplayer/
H A D0001-Update-Makefile-to-be-compatible-with-buildroot.patch24 -CFLAGS=-pipe -mfloat-abi=hard -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -mtune=arm…
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A DMakefile79 ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0005-debug-prefix-map.patch36 …DEFINE GCC_ARM_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -mlittle-endian -mabi=aapcs -fno-short-…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml23 in a manner similar to that specified by AAPCS:
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A DMakefile99 CFLAGS += -march=armv7-a -mtune=cortex-a15 -mabi=aapcs-linux
109 CFLAGS += -march=armv7-a -mabi=aapcs-linux # We don't pass -mtune=cortex-a15 due to a compiler bug …
/OK3568_Linux_fs/buildroot/package/boost/
H A Dboost.mk89 BOOST_ABI = aapcs
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A DMakefile54 VDSO_CAFLAGS += -mabi=aapcs-linux -mfloat-abi=soft
/OK3568_Linux_fs/kernel/arch/arm/
H A DMakefile103 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
/OK3568_Linux_fs/buildroot/arch/
H A DConfig.in.arm920 default "aapcs-linux" if BR2_arm || BR2_armeb
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64.h899 ARM_PCS_AAPCS64, /* Base standard AAPCS for 64 bit. */
921 /* AAPCS related state tracking. */
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-ce-core.S124 * Internal, non-AAPCS compliant functions that implement the core AES
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c231 /* Save FP and LR registers to stay align with ARM64 AAPCS */ in build_prologue()

1234