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

/linux-master/arch/openrisc/kernel/
H A Dptrace.c137 .core_note_type = NT_PRFPREG,
/linux-master/arch/riscv/kernel/
H A Dptrace.c166 .core_note_type = NT_PRFPREG,
350 .core_note_type = NT_PRFPREG,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c244 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG)
317 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset));
341 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t));
H A Dptrace.c1217 .core_note_type = NT_PRFPREG,
1421 .core_note_type = NT_PRFPREG,
/linux-master/arch/m68k/kernel/
H A Dptrace.c330 .core_note_type = NT_PRFPREG,
/linux-master/arch/parisc/kernel/
H A Dptrace.c570 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c99 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov);
108 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov);
H A Dfp-ptrace.c599 ret = ptrace(PTRACE_GETREGSET, child, NT_PRFPREG, &iov);
998 ret = ptrace(PTRACE_SETREGSET, child, NT_PRFPREG, &iov);
/linux-master/include/uapi/linux/
H A Delf.h375 * The note name for these types is "LINUX", except NT_PRFPREG that is named
379 #define NT_PRFPREG 2 macro
/linux-master/arch/csky/kernel/
H A Dptrace.c177 .core_note_type = NT_PRFPREG,
/linux-master/arch/sh/kernel/
H A Dptrace_32.c304 .core_note_type = NT_PRFPREG,
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c237 .core_note_type = NT_PRFPREG,
H A Dptrace_64.c435 .core_note_type = NT_PRFPREG,
769 .core_note_type = NT_PRFPREG,
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c581 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
856 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
/linux-master/arch/x86/kernel/
H A Dptrace.c1247 .core_note_type = NT_PRFPREG,
1308 .core_note_type = NT_PRFPREG,
/linux-master/arch/arm/kernel/
H A Dptrace.c692 .core_note_type = NT_PRFPREG,
/linux-master/arch/xtensa/kernel/
H A Dptrace.c204 .core_note_type = NT_PRFPREG,
/linux-master/arch/mips/kernel/
H A Dptrace.c409 * Copy the floating-point context to the supplied NT_PRFPREG buffer,
421 * Copy the floating-point context to the supplied NT_PRFPREG buffer,
436 * Copy the floating-point context to the supplied NT_PRFPREG buffer.
455 * Copy the supplied NT_PRFPREG buffer to the floating-point context,
469 * Copy the supplied NT_PRFPREG buffer to the floating-point context,
496 * Copy the supplied NT_PRFPREG buffer to the floating-point context.
954 .core_note_type = NT_PRFPREG,
1022 .core_note_type = NT_PRFPREG,
/linux-master/fs/
H A Dbinfmt_elf.c1732 bool is_fpreg = note_type == NT_PRFPREG;
1783 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu);
H A Dbinfmt_elf_fdpic.c1372 elf_fpregset_t fpu; /* NT_PRFPREG */
1405 if (regset->core_note_type != NT_PRFPREG)
1416 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu),
/linux-master/arch/loongarch/kernel/
H A Dptrace.c865 .core_note_type = NT_PRFPREG,
/linux-master/arch/arm64/kernel/
H A Dptrace.c1484 .core_note_type = NT_PRFPREG,

Completed in 303 milliseconds