/arch/arc/include/uapi/asm/ |
D | elf.h | 30 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/openrisc/include/uapi/asm/ |
D | elf.h | 53 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/microblaze/include/uapi/asm/ |
D | elf.h | 51 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/unicore32/include/asm/ |
D | elf.h | 24 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/nios2/include/uapi/asm/ |
D | elf.h | 54 #define ELF_NGREG 49 macro
|
/arch/csky/include/asm/ |
D | elf.h | 40 #define ELF_NGREG ((sizeof(struct pt_regs) / sizeof(elf_greg_t)) - 2) macro
|
/arch/m68k/include/asm/ |
D | elf.h | 41 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/h8300/include/asm/ |
D | elf.h | 14 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/alpha/include/asm/ |
D | elf.h | 65 #define ELF_NGREG 33 macro
|
/arch/riscv/include/uapi/asm/ |
D | elf.h | 20 #define ELF_NGREG (sizeof(elf_gregset_t) / sizeof(elf_greg_t)) macro
|
/arch/c6x/include/asm/ |
D | elf.h | 19 #define ELF_NGREG 58 macro
|
/arch/arm/include/asm/ |
D | elf.h | 20 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/hexagon/include/asm/ |
D | elf.h | 81 #define ELF_NGREG (sizeof(elf_gregset_t)/sizeof(unsigned long)) macro
|
/arch/x86/um/asm/ |
D | elf.h | 197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/sparc/include/asm/ |
D | elf_32.h | 78 #define ELF_NGREG 38 macro
|
D | elf_64.h | 122 #define ELF_NGREG 36 macro
|
/arch/mips/kernel/ |
D | binfmt_elfn32.c | 23 #define ELF_NGREG 45 macro
|
D | binfmt_elfo32.c | 23 #define ELF_NGREG 45 macro
|
/arch/xtensa/include/asm/ |
D | elf.h | 80 #define ELF_NGREG (sizeof(xtensa_gregset_t) / sizeof(elf_greg_t)) macro
|
/arch/nds32/include/asm/ |
D | elf.h | 76 #define ELF_NGREG (sizeof (struct user_pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/arm64/include/asm/ |
D | elf.h | 122 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/sh/include/asm/ |
D | elf.h | 77 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
|
/arch/x86/include/asm/ |
D | elf.h | 17 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
|
/arch/ia64/include/asm/ |
D | elf.h | 155 #define ELF_NGREG 128 /* we really need just 72 but let's leave some headroom... */ macro
|
/arch/parisc/include/asm/ |
D | elf.h | 298 #define ELF_NGREG 80 /* We only need 64 at present, but leave space macro
|