Home
last modified time | relevance | path

Searched refs:NN_PRSTATUS (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/linux/
H A Dvmcore_info.h10 #define CRASH_CORE_NOTE_NAME_BYTES ALIGN(sizeof(NN_PRSTATUS), 4)
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-core.c255 buf = append_elf64_note(buf, NN_PRSTATUS, NT_PRSTATUS, in opalcore_append_cpu_notes()
282 buf = append_elf64_note(buf, NN_PRSTATUS, in opalcore_append_cpu_notes()
290 append_elf64_note(first_cpu_note, NN_PRSTATUS, in opalcore_append_cpu_notes()
/linux-6.15/fs/proc/
H A Dkcore.c123 ALIGN(sizeof(NN_PRSTATUS), 4) + in update_kcore_size()
446 append_kcore_note(notes, &i, NN_PRSTATUS, NT_PRSTATUS, &prstatus, in read_kcore_iter()
/linux-6.15/include/uapi/linux/
H A Delf.h399 #define NN_PRSTATUS "CORE" macro
/linux-6.15/kernel/
H A Dcrash_core.c439 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in crash_save_cpu()
/linux-6.15/fs/
H A Dbinfmt_elf.c1792 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, in fill_thread_core_info()
1846 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info()
H A Dbinfmt_elf_fdpic.c1401 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
/linux-6.15/arch/powerpc/kernel/
H A Dfadump.c755 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in fadump_regs_to_elf_notes()