Home
last modified time | relevance | path

Searched refs:compat_elf_gregset_t (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/arch/mips/include/asm/
A Delfcore-compat.h11 typedef elf_gregset_t compat_elf_gregset_t; typedef
/linux-6.3-rc2/arch/x86/include/asm/
A Delfcore-compat.h13 typedef struct user_regs_struct compat_elf_gregset_t; typedef
/linux-6.3-rc2/include/linux/
A Delfcore-compat.h62 compat_elf_gregset_t pr_reg;
/linux-6.3-rc2/arch/riscv/include/asm/
A Delf.h137 typedef compat_elf_greg_t compat_elf_gregset_t[ELF_NGREG]; typedef
/linux-6.3-rc2/arch/parisc/include/asm/
A Dcompat.h129 typedef compat_ulong_t compat_elf_gregset_t[COMPAT_ELF_NGREG]; typedef
/linux-6.3-rc2/arch/sparc/include/asm/
A Delf_64.h140 typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG]; typedef
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h212 typedef compat_elf_greg_t compat_elf_gregset_t[COMPAT_ELF_NGREG]; typedef
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Delf.h107 typedef elf_gregset_t32 compat_elf_gregset_t; typedef
/linux-6.3-rc2/arch/s390/include/asm/
A Delf.h170 typedef s390_compat_regs compat_elf_gregset_t; typedef
/linux-6.3-rc2/arch/arm64/kernel/
A Dptrace.c1849 else if (off < sizeof(compat_elf_gregset_t)) in compat_ptrace_read_user()
1868 if (off >= sizeof(compat_elf_gregset_t)) in compat_ptrace_write_user()
2036 0, sizeof(compat_elf_gregset_t), in compat_arch_ptrace()
2044 0, sizeof(compat_elf_gregset_t), in compat_arch_ptrace()

Completed in 16 milliseconds