Home
last modified time | relevance | path

Searched refs:__ALIGN (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/arch/x86/include/asm/
A Dlinkage.h15 #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 Dlinkage.h7 #define __ALIGN .align 16, 0x07 macro
8 #define __ALIGN_STR __stringify(__ALIGN)
/linux-6.3-rc2/tools/perf/util/include/linux/
A Dlinkage.h13 #ifndef __ALIGN
14 #define __ALIGN .align 4,0x90 macro
31 #define ALIGN __ALIGN
/linux-6.3-rc2/arch/parisc/include/asm/
A Dlinkage.h7 #ifndef __ALIGN
8 #define __ALIGN .align 4 macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dlinkage.h5 #define __ALIGN .align 2 macro
6 #define __ALIGN_STR __stringify(__ALIGN)
/linux-6.3-rc2/include/linux/
A Dlinkage.h71 #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 Dlinkage.h32 #define __ALIGN .align 4 macro
33 #define __ALIGN_STR __stringify(__ALIGN)
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dlinkage.h6 #define __ALIGN .align 4 macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dlinkage.h9 #define __ALIGN .balign 4 macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dlinkage.h5 #define __ALIGN .balign 4 macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dlinkage.h9 #define __ALIGN .align 4 macro
/linux-6.3-rc2/arch/nios2/include/asm/
A Dlinkage.h12 #define __ALIGN .align 4 macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dlinkage.h18 #define __ALIGN .align 0 macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dlinkage.h5 #define __ALIGN .align 0 macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dlinkage.h7 #define __ALIGN .align 2 macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dlinkage.h8 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dlinkage.h5 #define __ALIGN .align 4 macro
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dhead_64.S45 #undef __ALIGN
46 #define __ALIGN .balign 16, 0x90 macro
/linux-6.3-rc2/arch/x86/entry/
A Dentry_64.S613 __ALIGN
619 __ALIGN
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst112 architecture specific ``__ALIGN`` bytes. There are also ``_NOALIGN`` variants

Completed in 20 milliseconds