Searched refs:NT_PRFPREG (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | crash_dump.c | 300 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 373 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes() 397 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t)); in get_cpu_elf_notes_size()
|
D | ptrace.c | 1346 .core_note_type = NT_PRFPREG, 1590 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 372 #define NT_PRFPREG 2 macro
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 573 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 657 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ptrace_32.c | 312 .core_note_type = NT_PRFPREG,
|
D | ptrace_64.c | 502 .core_note_type = NT_PRFPREG, 874 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/arch/sh/kernel/ |
D | ptrace_64.c | 363 .core_note_type = NT_PRFPREG,
|
D | ptrace_32.c | 337 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/fs/ |
D | binfmt_elf.c | 1765 if (regset->core_note_type != NT_PRFPREG) in fill_thread_core_info() 1773 NT_PRFPREG, size, data); in fill_thread_core_info() 1974 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 2093 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1461 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 1678 "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in elf_fdpic_core_dump()
|
/Linux-v4.19/arch/mips/kernel/ |
D | ptrace.c | 911 .core_note_type = NT_PRFPREG, 959 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/arch/x86/kernel/ |
D | ptrace.c | 1262 .core_note_type = NT_PRFPREG, 1303 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 761 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 1893 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 2186 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 985 .core_note_type = NT_PRFPREG,
|
/Linux-v4.19/Documentation/arm64/ |
D | sve.txt | 273 meaning as for NT_PRFPREG, starting at offset
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ptrace.c | 2120 .core_note_type = NT_PRFPREG,
|