/linux-6.3-rc2/arch/x86/include/asm/ |
A D | linkage.h | 15 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x90; macro 16 #define __ALIGN_STR __stringify(__ALIGN) 25 # define __FUNC_ALIGN __ALIGN; FUNCTION_PADDING 27 # define __FUNC_ALIGN __ALIGN
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | linkage.h | 7 #define __ALIGN .align 16, 0x07 macro 8 #define __ALIGN_STR __stringify(__ALIGN)
|
/linux-6.3-rc2/tools/perf/util/include/linux/ |
A D | linkage.h | 13 #ifndef __ALIGN 14 #define __ALIGN .align 4,0x90 macro 31 #define ALIGN __ALIGN
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | linkage.h | 7 #ifndef __ALIGN 8 #define __ALIGN .align 4 macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | linkage.h | 5 #define __ALIGN .align 2 macro 6 #define __ALIGN_STR __stringify(__ALIGN)
|
/linux-6.3-rc2/include/linux/ |
A 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.3-rc2/arch/arc/include/asm/ |
A D | linkage.h | 32 #define __ALIGN .align 4 macro 33 #define __ALIGN_STR __stringify(__ALIGN)
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | linkage.h | 6 #define __ALIGN .align 4 macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | linkage.h | 9 #define __ALIGN .balign 4 macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | linkage.h | 5 #define __ALIGN .balign 4 macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | linkage.h | 9 #define __ALIGN .align 4 macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | linkage.h | 12 #define __ALIGN .align 4 macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | linkage.h | 18 #define __ALIGN .align 0 macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | linkage.h | 5 #define __ALIGN .align 0 macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | linkage.h | 7 #define __ALIGN .align 2 macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | linkage.h | 8 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | linkage.h | 5 #define __ALIGN .align 4 macro
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | head_64.S | 45 #undef __ALIGN 46 #define __ALIGN .balign 16, 0x90 macro
|
/linux-6.3-rc2/arch/x86/entry/ |
A D | entry_64.S | 613 __ALIGN 619 __ALIGN
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | asm-annotations.rst | 112 architecture specific ``__ALIGN`` bytes. There are also ``_NOALIGN`` variants
|