| /linux/arch/microblaze/include/uapi/asm/ |
| H A D | elf.h | 50 #ifndef ELF_NGREG 51 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro 56 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/arc/include/uapi/asm/ |
| H A D | elf.h | 30 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 33 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/nios2/include/uapi/asm/ |
| H A D | elf.h | 54 #define ELF_NGREG 49 macro 55 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/csky/include/asm/ |
| H A D | elf.h | 39 #define ELF_NGREG ((sizeof(struct pt_regs) / sizeof(elf_greg_t)) - 2) macro 41 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/sparc/include/asm/ |
| H A D | elf_32.h | 78 #define ELF_NGREG 38 macro 79 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/openrisc/include/uapi/asm/ |
| H A D | elf.h | 110 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 111 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | elf.h | 93 #define ELF_NGREG 48 /* includes nip, msr, lr, etc. */ macro 105 typedef elf_greg_t64 elf_gregset_t64[ELF_NGREG]; 108 typedef elf_greg_t32 elf_gregset_t32[ELF_NGREG];
|
| /linux/arch/m68k/include/asm/ |
| H A D | elf.h | 41 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 42 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/arm/include/asm/ |
| H A D | elf.h | 19 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro 20 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/xtensa/include/asm/ |
| H A D | elf.h | 80 #define ELF_NGREG (sizeof(xtensa_gregset_t) / sizeof(elf_greg_t)) macro 82 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/powerpc/include/asm/ |
| H A D | elf.h | 43 (size_t)ELF_NGREG); \ 46 memset(&elf_regs[i], 0, (ELF_NGREG - i) * sizeof(elf_regs[0]))
|
| /linux/arch/sh/include/asm/ |
| H A D | elf.h | 77 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro 78 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/microblaze/include/asm/ |
| H A D | elf.h | 15 #ifndef ELF_NGREG
|
| /linux/arch/mips/include/asm/ |
| H A D | elfcore-compat.h | 16 unsigned int pr_reg[ELF_NGREG];
|
| H A D | elf.h | 207 #define ELF_NGREG 45 macro 211 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/x86/um/asm/ |
| H A D | elf.h | 167 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 168 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/parisc/include/asm/ |
| H A D | elf.h | 297 #define ELF_NGREG 80 /* We only need 64 at present, but leave space macro 299 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/loongarch/include/asm/ |
| H A D | elf.h | 172 #define ELF_NGREG 45 macro 184 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/riscv/include/uapi/asm/ |
| H A D | elf.h | 20 #define ELF_NGREG (sizeof(elf_gregset_t) / sizeof(elf_greg_t)) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | elf.h | 18 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 19 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
| /linux/arch/riscv/include/asm/ |
| H A D | elf.h | 148 typedef compat_elf_greg_t compat_elf_gregset_t[ELF_NGREG];
|
| /linux/arch/hexagon/kernel/ |
| H A D | ptrace.c | 141 .n = ELF_NGREG,
|
| /linux/arch/hexagon/include/asm/ |
| H A D | elf.h | 81 #define ELF_NGREG (sizeof(elf_gregset_t)/sizeof(unsigned long)) macro
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-tm.c | 110 return membuf_zero(&to, ELF_NGREG * sizeof(unsigned long) - in tm_cgpr_get() 779 return membuf_zero(&to, ELF_NGREG * sizeof(u32)); in tm_cgpr32_get()
|
| /linux/arch/loongarch/kernel/ |
| H A D | ptrace.c | 873 .n = ELF_NGREG,
|