/openbmc/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];
|
/openbmc/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];
|
/openbmc/linux/arch/openrisc/include/uapi/asm/ |
H A D | elf.h | 53 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 54 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 526 for (pos = 0; pos < ELF_NGREG; pos++) in gpr_get() 545 for (; count > 0 && pos < ELF_NGREG; --count) in gpr_set() 548 for (; count > 0 && pos < ELF_NGREG; --count) { in gpr_set() 559 ELF_NGREG * sizeof(reg), -1); in gpr_set() 565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 589 for (pos = 0; pos < ELF_NGREG; pos++) in gpr32_get() 609 for (; count > 0 && pos < ELF_NGREG; --count) in gpr32_set() 612 for (; count > 0 && pos < ELF_NGREG; --count) { in gpr32_set() 623 ELF_NGREG * sizeof(reg), -1); in gpr32_set() 632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, [all …]
|
/openbmc/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];
|
/openbmc/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];
|
/openbmc/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];
|
H A D | elf_64.h | 121 #define ELF_NGREG 36 macro 122 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/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];
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | elf.h | 65 #define ELF_NGREG 33 macro 69 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | elf.h | 20 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro 21 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/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];
|
/openbmc/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];
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | elf.h | 147 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) macro 151 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | elf.h | 155 #define ELF_NGREG 128 /* we really need just 72 but let's leave some headroom... */ macro 183 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/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]))
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | elf.h | 15 #ifndef ELF_NGREG
|
/openbmc/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];
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elfcore-compat.h | 16 unsigned int pr_reg[ELF_NGREG];
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro 198 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 142 #define ELF_NGREG 45 macro 154 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
|
/openbmc/linux/arch/mips/kernel/ |
H A D | ptrace.c | 222 u32 uregs[ELF_NGREG] = {}; in gpr32_get() 234 u32 uregs[ELF_NGREG]; in gpr32_set() 241 if (start + num_regs > ELF_NGREG) in gpr32_set() 287 u64 uregs[ELF_NGREG] = {}; in gpr64_get() 299 u64 uregs[ELF_NGREG]; in gpr64_set() 306 if (start + num_regs > ELF_NGREG) in gpr64_set() 937 .n = ELF_NGREG, 997 .n = ELF_NGREG,
|
/openbmc/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];
|
/openbmc/linux/arch/riscv/include/uapi/asm/ |
H A D | elf.h | 20 #define ELF_NGREG (sizeof(elf_gregset_t) / sizeof(elf_greg_t)) macro
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | ptrace.c | 305 u32 uregs[ELF_NGREG]; in m68k_regset_get() 321 .n = ELF_NGREG,
|