Home
last modified time | relevance | path

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

/linux-4.1.27/arch/openrisc/kernel/
Dptrace.c119 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/c6x/kernel/
Dptrace.c118 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/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.1.27/arch/arc/kernel/
Dptrace.c116 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/nios2/kernel/
Dptrace.c119 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/hexagon/kernel/
Dptrace.c172 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/tile/kernel/
Dptrace.c128 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/frv/kernel/
Dptrace.c166 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/include/uapi/linux/
Delf.h367 #define NT_PRSTATUS 1 macro
/linux-4.1.27/arch/mn10300/kernel/
Dptrace.c225 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/mips/kernel/
Dptrace.c508 .core_note_type = NT_PRSTATUS,
539 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/blackfin/kernel/
Dptrace.c210 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/score/kernel/
Dptrace.c99 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/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.1.27/arch/sh/kernel/
Dptrace_64.c352 .core_note_type = NT_PRSTATUS,
Dptrace_32.c326 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/metag/kernel/
Dptrace.c325 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/arm64/kernel/
Dptrace.c600 .core_note_type = NT_PRSTATUS,
837 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/fs/
Dbinfmt_elf.c1642 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1720 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
1869 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1975 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
Dbinfmt_elf_fdpic.c1434 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1636 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
/linux-4.1.27/fs/proc/
Dkcore.c389 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
/linux-4.1.27/arch/x86/kernel/
Dptrace.c1291 .core_note_type = NT_PRSTATUS,
1332 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c324 return nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus), in nt_prstatus()
Dptrace.c1175 .core_note_type = NT_PRSTATUS,
1395 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/arch/arm/kernel/
Dptrace.c753 .core_note_type = NT_PRSTATUS,
/linux-4.1.27/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.1.27/kernel/
Dkexec.c1604 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()