Searched refs:NT_PRFPREG (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/arch/riscv/kernel/ |
D | ptrace.c | 95 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/s390/kernel/ |
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()
|
D | ptrace.c | 1358 .core_note_type = NT_PRFPREG, 1562 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/parisc/kernel/ |
D | ptrace.c | 558 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 626 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/Linux-v5.10/include/uapi/linux/ |
D | elf.h | 374 #define NT_PRFPREG 2 macro
|
/Linux-v5.10/arch/csky/kernel/ |
D | ptrace.c | 176 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/sparc/kernel/ |
D | ptrace_32.c | 237 .core_note_type = NT_PRFPREG,
|
D | ptrace_64.c | 436 .core_note_type = NT_PRFPREG, 771 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/sh/kernel/ |
D | ptrace_32.c | 305 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 524 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 762 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/Linux-v5.10/arch/x86/kernel/ |
D | ptrace.c | 1215 .core_note_type = NT_PRFPREG, 1256 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/mips/kernel/ |
D | ptrace.c | 947 .core_note_type = NT_PRFPREG, 1015 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | ptrace.c | 206 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/fs/ |
D | binfmt_elf.c | 1760 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info() 1974 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 2074 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1419 if (regset->core_note_type != NT_PRFPREG) in elf_dump_thread_status() 1430 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
|
/Linux-v5.10/arch/arm/kernel/ |
D | ptrace.c | 722 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/arch/arm64/kernel/ |
D | ptrace.c | 1099 .core_note_type = NT_PRFPREG,
|
/Linux-v5.10/Documentation/arm64/ |
D | sve.rst | 308 meaning as for NT_PRFPREG, starting at offset
|
/Linux-v5.10/arch/ia64/kernel/ |
D | ptrace.c | 1983 .core_note_type = NT_PRFPREG,
|