Home
last modified time | relevance | path

Searched refs:STRUCT_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/boot/compressed/
H A Ddecompress.c116 image_size = ALIGN(image_size, STRUCT_ALIGNMENT); in decompress_kernel()
/linux/include/asm-generic/
H A Dvmlinux.lds.h121 #define STRUCT_ALIGNMENT 32 macro
122 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT)