Home
last modified time | relevance | path

Searched refs:NT_PRFPREG (Results 1 – 22 of 22) sorted by relevance

/linux-5.19.10/arch/riscv/kernel/
Dptrace.c97 .core_note_type = NT_PRFPREG,
311 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/s390/kernel/
Dcrash_dump.c311 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
384 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes()
408 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size()
Dptrace.c1254 .core_note_type = NT_PRFPREG,
1458 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/m68k/kernel/
Dptrace.c324 .core_note_type = NT_PRFPREG,
/linux-5.19.10/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c89 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd()
98 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov); in set_fpsimd()
/linux-5.19.10/arch/parisc/kernel/
Dptrace.c557 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
623 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-5.19.10/include/uapi/linux/
Delf.h378 #define NT_PRFPREG 2 macro
/linux-5.19.10/arch/sparc/kernel/
Dptrace_32.c236 .core_note_type = NT_PRFPREG,
Dptrace_64.c435 .core_note_type = NT_PRFPREG,
770 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/sh/kernel/
Dptrace_32.c304 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/loongarch/kernel/
Dptrace.c334 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/powerpc/kernel/ptrace/
Dptrace-view.c517 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
750 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-5.19.10/arch/csky/kernel/
Dptrace.c177 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/x86/kernel/
Dptrace.c1225 .core_note_type = NT_PRFPREG,
1266 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/mips/kernel/
Dptrace.c946 .core_note_type = NT_PRFPREG,
1014 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/xtensa/kernel/
Dptrace.c204 .core_note_type = NT_PRFPREG,
/linux-5.19.10/fs/
Dbinfmt_elf.c1797 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info()
2015 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
2115 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
Dbinfmt_elf_fdpic.c1405 if (regset->core_note_type != NT_PRFPREG) in elf_dump_thread_status()
1416 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
/linux-5.19.10/arch/arm/kernel/
Dptrace.c696 .core_note_type = NT_PRFPREG,
/linux-5.19.10/arch/ia64/kernel/
Dptrace.c1929 .core_note_type = NT_PRFPREG,
/linux-5.19.10/Documentation/arm64/
Dsve.rst339 meaning as for NT_PRFPREG, starting at offset
/linux-5.19.10/arch/arm64/kernel/
Dptrace.c1381 .core_note_type = NT_PRFPREG,