Searched refs:COMPAT_ELF_NGREG (Results 1 – 4 of 4) sorted by relevance
170 #define COMPAT_ELF_NGREG 18 macro172 typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG];
137 #define COMPAT_ELF_NGREG 38 macro138 typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG];
59 #define COMPAT_ELF_NGREG (sizeof(struct pt_regs) / sizeof(compat_elf_greg_t)) macro60 typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG];
838 .n = COMPAT_ELF_NGREG,