Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dptrace.c166 .core_note_type = NT_PRFPREG,
350 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/openrisc/kernel/
Dptrace.c136 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c244 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
317 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes()
341 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size()
Dptrace.c1217 .core_note_type = NT_PRFPREG,
1421 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/parisc/kernel/
Dptrace.c570 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c99 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd()
108 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov); in set_fpsimd()
Dfp-ptrace.c599 ret = ptrace(PTRACE_GETREGSET, child, NT_PRFPREG, &iov); in check_ptrace_values()
998 ret = ptrace(PTRACE_SETREGSET, child, NT_PRFPREG, &iov); in fpsimd_write()
/linux-6.12.1/arch/m68k/kernel/
Dptrace.c330 .core_note_type = NT_PRFPREG,
/linux-6.12.1/include/uapi/linux/
Delf.h379 #define NT_PRFPREG 2 macro
/linux-6.12.1/arch/sh/kernel/
Dptrace_32.c304 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/sparc/kernel/
Dptrace_32.c237 .core_note_type = NT_PRFPREG,
Dptrace_64.c435 .core_note_type = NT_PRFPREG,
769 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace-view.c576 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
851 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-6.12.1/arch/csky/kernel/
Dptrace.c177 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/x86/kernel/
Dptrace.c1247 .core_note_type = NT_PRFPREG,
1308 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/mips/kernel/
Dptrace.c954 .core_note_type = NT_PRFPREG,
1022 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/xtensa/kernel/
Dptrace.c204 .core_note_type = NT_PRFPREG,
/linux-6.12.1/arch/arm/kernel/
Dptrace.c692 .core_note_type = NT_PRFPREG,
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c1398 if (regset->core_note_type != NT_PRFPREG) in elf_dump_thread_status()
1409 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
Dbinfmt_elf.c1776 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info()
1827 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in fill_thread_core_info()
/linux-6.12.1/arch/loongarch/kernel/
Dptrace.c875 .core_note_type = NT_PRFPREG,
/linux-6.12.1/Documentation/arch/arm64/
Dsve.rst335 meaning as for NT_PRFPREG, starting at offset
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c1520 .core_note_type = NT_PRFPREG,