Home
last modified time | relevance | path

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

/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
/linux/arch/arm64/kernel/
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 Defi-rt-wrapper.S14 * Register x18 is designated as the 'platform' register by the AAPCS,
H A Dsyscall.c59 * when applying stack alignment constraints: the AAPCS mandates a in invoke_syscall()
/linux/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml23 in a manner similar to that specified by AAPCS:
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile90 CFLAGS += -march=armv7-a -mabi=aapcs-linux
102 CFLAGS += -march=armv7-a -mabi=aapcs-linux
/linux/arch/arm/
H A DMakefile113 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
/linux/arch/arm/crypto/
H A Daes-ce-core.S124 * Internal, non-AAPCS compliant functions that implement the core AES
/linux/arch/arm/mm/
H A Dproc-v7.S264 @ Invoke the v7_invalidate_l1() function, which adheres to the AAPCS
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c521 /* Save FP and LR registers to stay align with ARM64 AAPCS */ in build_prologue()