/linux-6.6.21/arch/x86/include/asm/ |
D | linkage.h | 23 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x90; macro 24 #define __ALIGN_STR __stringify(__ALIGN) 33 # define __FUNC_ALIGN __ALIGN; FUNCTION_PADDING 35 # define __FUNC_ALIGN __ALIGN
|
/linux-6.6.21/arch/s390/include/asm/ |
D | linkage.h | 7 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x07 macro 8 #define __ALIGN_STR __stringify(__ALIGN)
|
D | nospec-insn.h | 20 __ALIGN
|
/linux-6.6.21/tools/perf/util/include/linux/ |
D | linkage.h | 13 #ifndef __ALIGN 14 #define __ALIGN .align 4,0x90 macro 31 #define ALIGN __ALIGN
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | linkage.h | 7 #ifndef __ALIGN 8 #define __ALIGN .align 4 macro
|
/linux-6.6.21/include/linux/ |
D | linkage.h | 71 #ifndef __ALIGN 72 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT macro 73 #define __ALIGN_STR __stringify(__ALIGN) 103 #define ALIGN __ALIGN
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | linkage.h | 5 #define __ALIGN .align 2 macro 6 #define __ALIGN_STR __stringify(__ALIGN)
|
/linux-6.6.21/arch/s390/kernel/vdso64/ |
D | vdso_user_wrapper.S | 20 __ALIGN 45 __ALIGN
|
/linux-6.6.21/arch/arc/include/asm/ |
D | linkage.h | 12 #define __ALIGN .align 4 macro 13 #define __ALIGN_STR __stringify(__ALIGN)
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | linkage.h | 6 #define __ALIGN .align 4 macro
|
/linux-6.6.21/arch/sh/include/asm/ |
D | linkage.h | 5 #define __ALIGN .balign 4 macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | linkage.h | 18 #define __ALIGN .align 0 macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | linkage.h | 9 #define __ALIGN .align 4 macro
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | linkage.h | 12 #define __ALIGN .align 4 macro
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | linkage.h | 9 #define __ALIGN .balign 4 macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | linkage.h | 5 #define __ALIGN .align 0 macro
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | linkage.h | 7 #define __ALIGN .align 2 macro
|
/linux-6.6.21/arch/s390/kernel/vdso32/ |
D | vdso_user_wrapper.S | 10 __ALIGN
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | linkage.h | 8 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | linkage.h | 5 #define __ALIGN .align 4 macro
|
/linux-6.6.21/arch/x86/boot/compressed/ |
D | head_64.S | 45 #undef __ALIGN 46 #define __ALIGN .balign 16, 0x90 macro
|
/linux-6.6.21/arch/x86/entry/ |
D | entry_64.S | 611 __ALIGN 617 __ALIGN
|
/linux-6.6.21/Documentation/core-api/ |
D | asm-annotations.rst | 112 architecture specific ``__ALIGN`` bytes. There are also ``_NOALIGN`` variants
|