Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 32 of 32) sorted by relevance

/linux-4.4.14/arch/c6x/kernel/
Dptrace.c118 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/openrisc/kernel/
Dptrace.c119 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/ia64/kernel/
Dcrash.c79 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
Dptrace.c2106 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/h8300/kernel/
Dptrace.c136 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/nios2/kernel/
Dptrace.c119 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/hexagon/kernel/
Dptrace.c172 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/tile/kernel/
Dptrace.c128 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/frv/kernel/
Dptrace.c166 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/include/uapi/linux/
Delf.h367 #define NT_PRSTATUS 1 macro
/linux-4.4.14/arch/mn10300/kernel/
Dptrace.c225 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/arm64/kernel/
Dptrace.c600 .core_note_type = NT_PRSTATUS,
861 .core_note_type = NT_PRSTATUS,
885 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/blackfin/kernel/
Dptrace.c210 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/score/kernel/
Dptrace.c99 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/mips/kernel/
Dptrace.c596 .core_note_type = NT_PRSTATUS,
627 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/arc/kernel/
Dptrace.c192 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/sparc/kernel/
Dptrace_32.c295 .core_note_type = NT_PRSTATUS,
Dptrace_64.c450 .core_note_type = NT_PRSTATUS,
812 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c352 .core_note_type = NT_PRSTATUS,
Dptrace_32.c326 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/metag/kernel/
Dptrace.c325 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/fs/
Dbinfmt_elf.c1652 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1730 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
1879 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1985 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
Dbinfmt_elf_fdpic.c1474 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1676 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
/linux-4.4.14/fs/proc/
Dkcore.c389 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
/linux-4.4.14/arch/x86/kernel/
Dptrace.c1299 .core_note_type = NT_PRSTATUS,
1340 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c290 return nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus), in nt_prstatus()
Dptrace.c1133 .core_note_type = NT_PRSTATUS,
1353 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1257 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall()
1275 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
1317 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
/linux-4.4.14/arch/arm/kernel/
Dptrace.c753 .core_note_type = NT_PRSTATUS,
/linux-4.4.14/arch/powerpc/kernel/
Dptrace.c636 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
811 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
Dfadump.c522 buf = fadump_append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()
/linux-4.4.14/kernel/
Dkexec_core.c999 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()