/openbmc/linux/arch/x86/include/asm/ |
H A 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
|
/openbmc/u-boot/include/linux/ |
H A D | linkage.h | 36 #ifndef __ALIGN 37 #define __ALIGN .align 4 macro 46 #define ALIGN __ALIGN
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | linkage.h | 7 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x07 macro 8 #define __ALIGN_STR __stringify(__ALIGN)
|
H A D | nospec-insn.h | 20 __ALIGN
|
/openbmc/linux/tools/perf/util/include/linux/ |
H A D | linkage.h | 13 #ifndef __ALIGN 14 #define __ALIGN .align 4,0x90 macro 31 #define ALIGN __ALIGN
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | linkage.h | 7 #ifndef __ALIGN 8 #define __ALIGN .align 4 macro
|
/openbmc/linux/include/linux/ |
H 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
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | linkage.h | 5 #define __ALIGN .align 2 macro 6 #define __ALIGN_STR __stringify(__ALIGN)
|
/openbmc/linux/arch/s390/kernel/vdso64/ |
H A D | vdso_user_wrapper.S | 20 __ALIGN 47 __ALIGN
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | linkage.h | 12 #define __ALIGN .align 4 macro 13 #define __ALIGN_STR __stringify(__ALIGN)
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | linkage.h | 9 #define __ALIGN .balign 4 macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | linkage.h | 18 #define __ALIGN .align 0 macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | linkage.h | 12 #define __ALIGN .align 4 macro
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | linkage.h | 6 #define __ALIGN .align 4 macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | linkage.h | 5 #define __ALIGN .balign 4 macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | linkage.h | 9 #define __ALIGN .align 4 macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | linkage.h | 4 #define __ALIGN .align 0 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | linkage.h | 5 #define __ALIGN .align 0 macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | linkage.h | 7 #define __ALIGN .align 2 macro
|
/openbmc/linux/arch/s390/kernel/vdso32/ |
H A D | vdso_user_wrapper.S | 10 __ALIGN
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | linkage.h | 8 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | linkage.h | 5 #define __ALIGN .align 4 macro
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | head_64.S | 45 #undef __ALIGN 46 #define __ALIGN .balign 16, 0x90 macro
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 599 __ALIGN 605 __ALIGN
|
/openbmc/linux/Documentation/core-api/ |
H A D | asm-annotations.rst | 112 architecture specific ``__ALIGN`` bytes. There are also ``_NOALIGN`` variants
|