Searched refs:NT_PRSTATUS (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/nios2/kernel/
H A Dptrace.c98 .core_note_type = NT_PRSTATUS,
/linux-master/arch/openrisc/kernel/
H A Dptrace.c129 .core_note_type = NT_PRSTATUS,
/linux-master/arch/hexagon/kernel/
H A Dptrace.c140 .core_note_type = NT_PRSTATUS,
/linux-master/arch/riscv/kernel/
H A Dptrace.c157 .core_note_type = NT_PRSTATUS,
341 .core_note_type = NT_PRSTATUS,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c244 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG)
316 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus));
340 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus));
H A Dptrace.c1209 .core_note_type = NT_PRSTATUS,
1413 .core_note_type = NT_PRSTATUS,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS,
283 NT_PRSTATUS, &prstatus,
287 * Add crashing CPU as the first NT_PRSTATUS note for
291 NT_PRSTATUS, &prstatus,
/linux-master/arch/m68k/kernel/
H A Dptrace.c322 .core_note_type = NT_PRSTATUS,
/linux-master/arch/parisc/kernel/
H A Dptrace.c565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
/linux-master/include/uapi/linux/
H A Delf.h378 #define NT_PRSTATUS 1 macro
/linux-master/arch/csky/kernel/
H A Dptrace.c169 .core_note_type = NT_PRSTATUS,
/linux-master/arch/sh/kernel/
H A Dptrace_32.c294 .core_note_type = NT_PRSTATUS,
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c221 .core_note_type = NT_PRSTATUS,
H A Dptrace_64.c423 .core_note_type = NT_PRSTATUS,
753 .core_note_type = NT_PRSTATUS,
/linux-master/arch/arc/kernel/
H A Dptrace.c287 .core_note_type = NT_PRSTATUS,
/linux-master/kernel/
H A Dcrash_core.c437 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS,
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c576 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
851 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
/linux-master/arch/x86/kernel/
H A Dptrace.c1239 .core_note_type = NT_PRSTATUS,
1300 .core_note_type = NT_PRSTATUS,
/linux-master/fs/
H A Dbinfmt_elf.c1709 * NT_PRSTATUS is the one special case, because the regset data
1712 * We assume that regset 0 is NT_PRSTATUS.
1718 fill_note(&t->notes[0], "CORE", NT_PRSTATUS,
1772 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus),
1817 * Sanity check. We rely on regset 0 being in NT_PRSTATUS,
1821 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) {
/linux-master/arch/arm64/kernel/
H A Dptrace.c1476 .core_note_type = NT_PRSTATUS,
1813 .core_note_type = NT_PRSTATUS,
1838 .core_note_type = NT_PRSTATUS,
/linux-master/arch/arm/kernel/
H A Dptrace.c680 .core_note_type = NT_PRSTATUS,
/linux-master/arch/xtensa/kernel/
H A Dptrace.c196 .core_note_type = NT_PRSTATUS,
/linux-master/fs/proc/
H A Dkcore.c433 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus,
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c327 ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov);
336 ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov);
/linux-master/arch/mips/kernel/
H A Dptrace.c936 .core_note_type = NT_PRSTATUS,
996 .core_note_type = NT_PRSTATUS,

Completed in 698 milliseconds

12