/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ptrace.c | 163 .core_note_type = NT_PRFPREG, 347 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 302 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 375 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes() 399 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 243 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()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | ptrace.c | 99 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | ptrace.c | 137 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | ptrace.c | 569 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | ptrace.c | 570 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 99 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd() 108 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov); in set_fpsimd()
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | ptrace.c | 328 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 377 #define NT_PRFPREG 2 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 375 * The note name for these types is "LINUX", except NT_PRFPREG that is named 379 #define NT_PRFPREG 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 312 #define NT_PRFPREG 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 312 #define NT_PRFPREG 2 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 299 #define NT_PRFPREG 2 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 530 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 768 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 581 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 856 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ptrace_32.c | 305 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ptrace_32.c | 237 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | ptrace.c | 206 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | ptrace.c | 177 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | ptrace.c | 177 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | ptrace_32.c | 304 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ptrace_32.c | 237 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | ptrace.c | 204 .core_note_type = NT_PRFPREG,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ptrace.c | 1215 .core_note_type = NT_PRFPREG, 1256 .core_note_type = NT_PRFPREG,
|