Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/boot/compressed/
Ddecompress.c127 image_size = ALIGN(image_size, STRUCT_ALIGNMENT); in decompress_kernel()
/linux-5.19.10/include/asm-generic/
Dvmlinux.lds.h119 #define STRUCT_ALIGNMENT 32 macro
120 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT)