Searched refs:NT_PRFPREG (Results 1 – 20 of 20) sorted by relevance
/linux/arch/s390/kernel/ |
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()
|
A D | ptrace.c | 1267 .core_note_type = NT_PRFPREG, 1471 .core_note_type = NT_PRFPREG,
|
/linux/arch/riscv/kernel/ |
A D | ptrace.c | 99 .core_note_type = NT_PRFPREG,
|
/linux/arch/parisc/kernel/ |
A D | ptrace.c | 558 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 624 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/linux/include/uapi/linux/ |
A D | elf.h | 374 #define NT_PRFPREG 2 macro
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace-view.c | 517 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 750 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/linux/arch/sh/kernel/ |
A D | ptrace_32.c | 305 .core_note_type = NT_PRFPREG,
|
/linux/arch/sparc/kernel/ |
A D | ptrace_32.c | 237 .core_note_type = NT_PRFPREG,
|
A D | ptrace_64.c | 436 .core_note_type = NT_PRFPREG, 771 .core_note_type = NT_PRFPREG,
|
/linux/arch/csky/kernel/ |
A D | ptrace.c | 178 .core_note_type = NT_PRFPREG,
|
/linux/tools/testing/selftests/arm64/fp/ |
A D | sve-ptrace.c | 59 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd()
|
/linux/arch/x86/kernel/ |
A D | ptrace.c | 1226 .core_note_type = NT_PRFPREG, 1267 .core_note_type = NT_PRFPREG,
|
/linux/arch/mips/kernel/ |
A D | ptrace.c | 947 .core_note_type = NT_PRFPREG, 1015 .core_note_type = NT_PRFPREG,
|
/linux/arch/xtensa/kernel/ |
A D | ptrace.c | 206 .core_note_type = NT_PRFPREG,
|
/linux/fs/ |
A D | binfmt_elf.c | 1775 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info() 1989 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 2089 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
|
A D | binfmt_elf_fdpic.c | 1405 if (regset->core_note_type != NT_PRFPREG) in elf_dump_thread_status() 1416 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
|
/linux/arch/arm/kernel/ |
A D | ptrace.c | 697 .core_note_type = NT_PRFPREG,
|
/linux/Documentation/arm64/ |
A D | sve.rst | 308 meaning as for NT_PRFPREG, starting at offset
|
/linux/arch/arm64/kernel/ |
A D | ptrace.c | 1135 .core_note_type = NT_PRFPREG,
|
/linux/arch/ia64/kernel/ |
A D | ptrace.c | 1986 .core_note_type = NT_PRFPREG,
|
Completed in 47 milliseconds