/arch/arc/include/uapi/asm/ |
D | elf.h | 22 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/openrisc/include/uapi/asm/ |
D | elf.h | 52 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/microblaze/include/uapi/asm/ |
D | elf.h | 49 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/unicore32/include/asm/ |
D | elf.h | 26 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/um/sys-ppc/asm/ |
D | elf.h | 38 #define ELF_NGREG 48 /* includes nip, msr, lr, etc. */ macro
|
/arch/cris/include/asm/ |
D | elf.h | 35 #define ELF_NGREG (sizeof (struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/mn10300/include/asm/ |
D | elf.h | 45 #define ELF_NGREG ((sizeof(struct pt_regs) / sizeof(elf_greg_t)) - 1) macro
|
/arch/score/include/asm/ |
D | elf.h | 35 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/m68k/include/asm/ |
D | elf.h | 40 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/frv/include/asm/ |
D | elf.h | 64 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/avr32/include/asm/ |
D | elf.h | 59 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof (elf_greg_t)) macro
|
/arch/h8300/include/asm/ |
D | elf.h | 13 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/metag/include/asm/ |
D | elf.h | 58 #define ELF_NGREG (sizeof(struct user_gp_regs) / sizeof(elf_greg_t)) macro
|
/arch/m32r/include/asm/ |
D | elf.h | 66 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/arm/include/asm/ |
D | elf.h | 17 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/tile/include/asm/ |
D | elf.h | 30 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/alpha/include/asm/ |
D | elf.h | 64 #define ELF_NGREG 33 macro
|
/arch/c6x/include/asm/ |
D | elf.h | 22 #define ELF_NGREG 58 macro
|
/arch/hexagon/include/asm/ |
D | elf.h | 98 #define ELF_NGREG (sizeof(elf_gregset_t)/sizeof(unsigned long)) macro
|
/arch/x86/um/asm/ |
D | elf.h | 198 #define ELF_NGREG (sizeof (struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/sparc/include/asm/ |
D | elf_32.h | 77 #define ELF_NGREG 38 macro
|
/arch/arm64/include/asm/ |
D | elf.h | 29 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/blackfin/include/asm/ |
D | elf.h | 28 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/mips/kernel/ |
D | binfmt_elfn32.c | 21 #define ELF_NGREG 45 macro
|
D | binfmt_elfo32.c | 21 #define ELF_NGREG 45 macro
|