tag | line | file | source code |
aligned | 110 | arch/sparc/kernel/traps.c | static unsigned long init_fregs[32] __attribute__ ((aligned (8))) = |
aligned | 143 | arch/sparc/kernel/traps.c | static unsigned long fake_regs[32] __attribute__ ((aligned (8))); |
aligned | 145 | arch/sparc/kernel/traps.c | static unsigned long fake_queue[32] __attribute__ ((aligned (8))); |
aligned | 167 | drivers/scsi/ultrastor.c | #define ALIGNED(x) __attribute__((aligned(x))) |
aligned | 37 | include/asm-sparc/processor.h | unsigned long uwinmask __attribute__ ((aligned (8))); |
aligned | 41 | include/asm-sparc/processor.h | unsigned long sig_address __attribute__ ((aligned (8))); |
aligned | 45 | include/asm-sparc/processor.h | unsigned long ksp __attribute__ ((aligned (8))); |
aligned | 51 | include/asm-sparc/processor.h | unsigned long fork_kpsr __attribute__ ((aligned (8))); |
aligned | 58 | include/asm-sparc/processor.h | struct reg_window reg_window[NSWINS] __attribute__ ((aligned (8))); |
aligned | 59 | include/asm-sparc/processor.h | unsigned long rwbuf_stkptrs[NSWINS] __attribute__ ((aligned (8))); |
aligned | 63 | 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))) |