Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kernel/
Dptrace.c163 .core_note_type = NT_PRFPREG,
347 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/s390/kernel/
Dcrash_dump.c243 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
316 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes()
340 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size()
Dptrace.c1250 .core_note_type = NT_PRFPREG,
1454 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/openrisc/kernel/
Dptrace.c137 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/m68k/kernel/
Dptrace.c328 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/parisc/kernel/
Dptrace.c570 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/Linux-v6.6/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()
/Linux-v6.6/include/uapi/linux/
Delf.h379 #define NT_PRFPREG 2 macro
/Linux-v6.6/arch/sh/kernel/
Dptrace_32.c304 .core_note_type = NT_PRFPREG,
/Linux-v6.6/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-v6.6/arch/csky/kernel/
Dptrace.c177 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/powerpc/kernel/ptrace/
Dptrace-view.c581 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
856 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/Linux-v6.6/arch/x86/kernel/
Dptrace.c1247 .core_note_type = NT_PRFPREG,
1308 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/mips/kernel/
Dptrace.c947 .core_note_type = NT_PRFPREG,
1015 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/xtensa/kernel/
Dptrace.c204 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/arm/kernel/
Dptrace.c692 .core_note_type = NT_PRFPREG,
/Linux-v6.6/fs/
Dbinfmt_elf_fdpic.c1401 if (regset->core_note_type != NT_PRFPREG) in elf_dump_thread_status()
1412 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
Dbinfmt_elf.c1797 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info()
1848 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in fill_thread_core_info()
/Linux-v6.6/arch/loongarch/kernel/
Dptrace.c865 .core_note_type = NT_PRFPREG,
/Linux-v6.6/arch/ia64/kernel/
Dptrace.c1927 .core_note_type = NT_PRFPREG,
/Linux-v6.6/Documentation/arch/arm64/
Dsve.rst340 meaning as for NT_PRFPREG, starting at offset
/Linux-v6.6/arch/arm64/kernel/
Dptrace.c1452 .core_note_type = NT_PRFPREG,