Home
last modified time | relevance | path

Searched defs:ELF_NGREG (Results 1 – 25 of 27) sorted by relevance

12

/arch/arc/include/uapi/asm/
Delf.h30 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/openrisc/include/uapi/asm/
Delf.h53 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/microblaze/include/uapi/asm/
Delf.h51 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
/arch/unicore32/include/asm/
Delf.h24 #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t)) macro
/arch/nios2/include/uapi/asm/
Delf.h54 #define ELF_NGREG 49 macro
/arch/csky/include/asm/
Delf.h40 #define ELF_NGREG ((sizeof(struct pt_regs) / sizeof(elf_greg_t)) - 2) macro
/arch/m68k/include/asm/
Delf.h41 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/h8300/include/asm/
Delf.h14 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/alpha/include/asm/
Delf.h65 #define ELF_NGREG 33 macro
/arch/riscv/include/uapi/asm/
Delf.h20 #define ELF_NGREG (sizeof(elf_gregset_t) / sizeof(elf_greg_t)) macro
/arch/c6x/include/asm/
Delf.h19 #define ELF_NGREG 58 macro
/arch/arm/include/asm/
Delf.h20 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
/arch/hexagon/include/asm/
Delf.h81 #define ELF_NGREG (sizeof(elf_gregset_t)/sizeof(unsigned long)) macro
/arch/x86/um/asm/
Delf.h197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/sparc/include/asm/
Delf_32.h78 #define ELF_NGREG 38 macro
Delf_64.h122 #define ELF_NGREG 36 macro
/arch/mips/kernel/
Dbinfmt_elfn32.c23 #define ELF_NGREG 45 macro
Dbinfmt_elfo32.c23 #define ELF_NGREG 45 macro
/arch/xtensa/include/asm/
Delf.h80 #define ELF_NGREG (sizeof(xtensa_gregset_t) / sizeof(elf_greg_t)) macro
/arch/nds32/include/asm/
Delf.h76 #define ELF_NGREG (sizeof (struct user_pt_regs) / sizeof(elf_greg_t)) macro
/arch/arm64/include/asm/
Delf.h122 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) macro
/arch/sh/include/asm/
Delf.h77 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) macro
/arch/x86/include/asm/
Delf.h17 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t)) macro
/arch/ia64/include/asm/
Delf.h155 #define ELF_NGREG 128 /* we really need just 72 but let's leave some headroom... */ macro
/arch/parisc/include/asm/
Delf.h298 #define ELF_NGREG 80 /* We only need 64 at present, but leave space macro

12