Searched refs:NT_PRFPREG (Results 1 – 23 of 23) sorted by relevance
/linux-6.12.1/arch/riscv/kernel/ |
D | ptrace.c | 166 .core_note_type = NT_PRFPREG, 350 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | ptrace.c | 136 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/s390/kernel/ |
D | crash_dump.c | 244 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()
|
D | ptrace.c | 1217 .core_note_type = NT_PRFPREG, 1421 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/parisc/kernel/ |
D | ptrace.c | 570 .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/ |
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()
|
D | fp-ptrace.c | 599 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/ |
D | ptrace.c | 330 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 379 #define NT_PRFPREG 2 macro
|
/linux-6.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 304 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/sparc/kernel/ |
D | ptrace_32.c | 237 .core_note_type = NT_PRFPREG,
|
D | ptrace_64.c | 435 .core_note_type = NT_PRFPREG, 769 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 576 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 851 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/linux-6.12.1/arch/csky/kernel/ |
D | ptrace.c | 177 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 1247 .core_note_type = NT_PRFPREG, 1308 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/mips/kernel/ |
D | ptrace.c | 954 .core_note_type = NT_PRFPREG, 1022 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | ptrace.c | 204 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/arch/arm/kernel/ |
D | ptrace.c | 692 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/fs/ |
D | binfmt_elf_fdpic.c | 1398 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()
|
D | binfmt_elf.c | 1776 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/ |
D | ptrace.c | 875 .core_note_type = NT_PRFPREG,
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | sve.rst | 335 meaning as for NT_PRFPREG, starting at offset
|
/linux-6.12.1/arch/arm64/kernel/ |
D | ptrace.c | 1520 .core_note_type = NT_PRFPREG,
|