Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/c6x/kernel/
Dptrace.c79 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/riscv/kernel/
Dptrace.c60 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/nds32/kernel/
Dptrace.c40 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/openrisc/kernel/
Dptrace.c119 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/ia64/kernel/
Dcrash.c58 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c300 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
372 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes()
396 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
Dptrace.c1338 .core_note_type = NT_PRSTATUS,
1582 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/h8300/kernel/
Dptrace.c138 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/hexagon/kernel/
Dptrace.c171 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/nios2/kernel/
Dptrace.c120 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/include/uapi/linux/
Delf.h371 #define NT_PRSTATUS 1 macro
/Linux-v4.19/arch/parisc/kernel/
Dptrace.c568 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
652 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
/Linux-v4.19/arch/sparc/kernel/
Dptrace_32.c296 .core_note_type = NT_PRSTATUS,
Dptrace_64.c490 .core_note_type = NT_PRSTATUS,
858 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/arm64/kernel/
Dptrace.c977 .core_note_type = NT_PRSTATUS,
1257 .core_note_type = NT_PRSTATUS,
1281 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/sh/kernel/
Dptrace_64.c353 .core_note_type = NT_PRSTATUS,
Dptrace_32.c327 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/arc/kernel/
Dptrace.c239 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/fs/
Dbinfmt_elf.c1739 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1818 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
1967 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
2073 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
Dbinfmt_elf_fdpic.c1454 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1659 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
/Linux-v4.19/arch/mips/kernel/
Dptrace.c903 .core_note_type = NT_PRSTATUS,
951 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/arch/x86/kernel/
Dptrace.c1256 .core_note_type = NT_PRSTATUS,
1297 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/fs/proc/
Dkcore.c410 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c749 .core_note_type = NT_PRSTATUS,
/Linux-v4.19/kernel/
Dkexec_core.c1069 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()

12