tag | line | file | source code |
aligned | 186 | arch/sparc/kernel/traps.c | auto unsigned long init_fregs[32] __attribute__ ((aligned (8))) = |
aligned | 167 | drivers/scsi/ultrastor.c | #define ALIGNED(x) __attribute__((aligned(x))) |
aligned | 36 | include/asm-sparc/processor.h | unsigned long uwinmask __attribute__ ((aligned (8))); |
aligned | 39 | include/asm-sparc/processor.h | unsigned long sig_address __attribute__ ((aligned (8))); |
aligned | 43 | include/asm-sparc/processor.h | unsigned long ksp __attribute__ ((aligned (8))); |
aligned | 52 | include/asm-sparc/processor.h | struct reg_window reg_window[NSWINS] __attribute__ ((aligned (8))); |
aligned | 53 | include/asm-sparc/processor.h | unsigned long rwbuf_stkptrs[NSWINS] __attribute__ ((aligned (8))); |
aligned | 66 | include/asm-sparc/processor.h | unsigned long float_regs[64] __attribute__ ((aligned (8))); |
aligned | 16 | include/linux/sysv_fs.h | #define __packed2__ __attribute__ ((packed, aligned(2))) |