Home
last modified time | relevance | path

Searched refs:STRUCT_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A Ddecompress.c128 image_size = ALIGN(image_size, STRUCT_ALIGNMENT); in decompress_kernel()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h120 #define STRUCT_ALIGNMENT 64 macro
122 #define STRUCT_ALIGNMENT 32 macro
124 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h119 #define STRUCT_ALIGNMENT 32 macro
120 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT)
/kernel/linux/linux-5.10/kernel/sched/
H A Dsched.h1984 } __aligned(STRUCT_ALIGNMENT); /* STRUCT_ALIGN(), vmlinux.lds.h */

Completed in 8 milliseconds