Home
last modified time | relevance | path

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

12

/openbmc/qemu/target/riscv/
H A Darch_dump.c77 NT_PRSTATUS, sizeof(note.prstatus)); in riscv_cpu_write_elf64_note()
146 NT_PRSTATUS, sizeof(note.prstatus)); in riscv_cpu_write_elf32_note()
/openbmc/linux/arch/riscv/kernel/
H A Dptrace.c154 .core_note_type = NT_PRSTATUS,
338 .core_note_type = NT_PRSTATUS,
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes()
283 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes()
291 NT_PRSTATUS, &prstatus, in opalcore_append_cpu_notes()
/openbmc/linux/arch/ia64/kernel/
H A Dcrash.c59 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
/openbmc/linux/arch/openrisc/kernel/
H A Dptrace.c129 .core_note_type = NT_PRSTATUS,
/openbmc/qemu/target/i386/
H A Darch_dump.c88 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_64_write_elf64_note()
166 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_write_elf64_note()
220 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_cpu_write_elf32_note()
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c243 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
315 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes()
339 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
/openbmc/linux/arch/nios2/kernel/
H A Dptrace.c98 .core_note_type = NT_PRSTATUS,
/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c137 .core_note_type = NT_PRSTATUS,
/openbmc/qemu/target/arm/
H A Darch_dump.c244 aarch64_note_init(&note, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf64_note()
371 arm_note_init(&note, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf32_note()
/openbmc/linux/arch/m68k/kernel/
H A Dptrace.c320 .core_note_type = NT_PRSTATUS,
/openbmc/linux/arch/parisc/kernel/
H A Dptrace.c565 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
632 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
/openbmc/linux/include/uapi/linux/
H A Delf.h378 #define NT_PRSTATUS 1 macro
/openbmc/qemu/target/ppc/
H A Darch_dump.c108 note->hdr.n_type = cpu_to_dump32(s, NT_PRSTATUS); in ppc_write_elf_prstatus()
/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.c294 .core_note_type = NT_PRSTATUS,
/openbmc/linux/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,
/openbmc/linux/arch/csky/kernel/
H A Dptrace.c169 .core_note_type = NT_PRSTATUS,
/openbmc/linux/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,
/openbmc/linux/arch/arc/kernel/
H A Dptrace.c287 .core_note_type = NT_PRSTATUS,
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c1239 .core_note_type = NT_PRSTATUS,
1300 .core_note_type = NT_PRSTATUS,
/openbmc/qemu/target/s390x/
H A Darch_dump.c96 note->hdr.n_type = cpu_to_be32(NT_PRSTATUS); in s390x_write_elf64_prstatus()
/openbmc/linux/arch/mips/kernel/
H A Dptrace.c936 .core_note_type = NT_PRSTATUS,
996 .core_note_type = NT_PRSTATUS,
/openbmc/linux/fs/
H A Dbinfmt_elf.c1783 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1837 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info()
1886 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c1442 .core_note_type = NT_PRSTATUS,
1772 .core_note_type = NT_PRSTATUS,
1797 .core_note_type = NT_PRSTATUS,

12