Home
last modified time | relevance | path

Searched refs:ARM64_ASM_PREAMBLE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/arm64/include/asm/
Dcompiler.h6 #define ARM64_ASM_PREAMBLE ".arch " ARM64_ASM_ARCH "\n" macro
8 #define ARM64_ASM_PREAMBLE macro
16 ARM64_ASM_PREAMBLE \
Dmte-def.h16 #define __MTE_PREAMBLE ARM64_ASM_PREAMBLE ".arch_extension memtag\n"
Dtlbflush.h32 #define __TLBI_0(op, arg) asm (ARM64_ASM_PREAMBLE \
40 #define __TLBI_1(op, arg) asm (ARM64_ASM_PREAMBLE \
/linux-6.6.21/arch/arm64/lib/
Dxor-neon.c188 asm(ARM64_ASM_PREAMBLE ".arch_extension sha3\n" in eor3()