Searched refs:ELF_NGREG (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/arch/arc/include/uapi/asm/
H A Delf.h30 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
33 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/openrisc/include/uapi/asm/
H A Delf.h50 * Note that NGREG is defined to ELF_NGREG in include/linux/elfcore.h, and is
53 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
54 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/microblaze/include/asm/
H A Delf.h15 #ifndef ELF_NGREG
/linux-master/arch/nios2/include/uapi/asm/
H A Delf.h54 #define ELF_NGREG 49 macro
55 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/mips/include/asm/
H A Delfcore-compat.h16 unsigned int pr_reg[ELF_NGREG];
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h50 #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-master/arch/sparc/include/asm/
H A Delf_32.h78 #define ELF_NGREG 38 macro
79 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
H A Delf_64.h121 #define ELF_NGREG 36 macro
122 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/csky/include/asm/
H A Delf.h39 #define ELF_NGREG ((sizeof(struct pt_regs) / sizeof(elf_greg_t)) - 2) macro
41 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/m68k/include/asm/
H A Delf.h41 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
42 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/alpha/include/asm/
H A Delf.h65 #define ELF_NGREG 33 macro
69 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/powerpc/include/uapi/asm/
H A Delf.h93 #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-master/arch/xtensa/include/asm/
H A Delf.h80 #define ELF_NGREG (sizeof(xtensa_gregset_t) / sizeof(elf_greg_t)) macro
82 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/arm/include/asm/
H A Delf.h19 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
20 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/parisc/kernel/
H A Dptrace.c526 for (pos = 0; pos < ELF_NGREG; pos++)
545 for (; count > 0 && pos < ELF_NGREG; --count)
548 for (; count > 0 && pos < ELF_NGREG; --count) {
559 ELF_NGREG * sizeof(reg), -1);
565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
589 for (pos = 0; pos < ELF_NGREG; pos++)
609 for (; count > 0 && pos < ELF_NGREG; --count)
612 for (; count > 0 && pos < ELF_NGREG; --count) {
623 ELF_NGREG * sizeof(reg), -1);
632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
[all...]
/linux-master/arch/riscv/include/uapi/asm/
H A Delf.h20 #define ELF_NGREG (sizeof(elf_gregset_t) / sizeof(elf_greg_t)) macro
/linux-master/arch/sh/include/asm/
H A Delf.h77 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
78 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/powerpc/include/asm/
H A Delf.h43 (size_t)ELF_NGREG); \
46 memset(&elf_regs[i], 0, (ELF_NGREG - i) * sizeof(elf_regs[0]))
/linux-master/arch/x86/um/asm/
H A Delf.h197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
198 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/arm64/include/asm/
H A Delf.h147 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) macro
151 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/riscv/include/asm/
H A Delf.h148 typedef compat_elf_greg_t compat_elf_gregset_t[ELF_NGREG];
/linux-master/arch/m68k/kernel/
H A Dptrace.c307 u32 uregs[ELF_NGREG];
323 .n = ELF_NGREG,
/linux-master/arch/parisc/include/asm/
H A Delf.h297 #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-master/arch/loongarch/include/asm/
H A Delf.h142 #define ELF_NGREG 45 macro
154 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/linux-master/arch/x86/include/asm/
H A Delf.h18 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
19 typedef elf_greg_t elf_gregset_t[ELF_NGREG];

Completed in 294 milliseconds

12