Home
last modified time | relevance | path

Searched refs:elf_prstatus (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dcrash.c33 static DEFINE_PER_CPU(struct elf_prstatus, elf_prstatus);
42 struct elf_prstatus *prstatus = &per_cpu(elf_prstatus, cpu); in crash_save_this_cpu()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dprocfs.h63 struct elf_prstatus struct
117 typedef struct elf_prstatus prstatus_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dprocfs.h63 struct elf_prstatus struct
117 typedef struct elf_prstatus prstatus_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delfcore.h35 struct elf_prstatus struct
92 typedef struct elf_prstatus prstatus_t; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delfcore.h35 struct elf_prstatus struct
92 typedef struct elf_prstatus prstatus_t; argument
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c151 static DEFINE_PER_CPU_SHARED_ALIGNED(struct elf_prstatus *, cpu_epr);
601 struct elf_prstatus *epr; in register_note_section()
613 data_len = sizeof(struct elf_prstatus); in register_note_section()
616 epr = (struct elf_prstatus *)buf; in register_note_section()
632 struct elf_prstatus *epr = per_cpu(cpu_epr, cpu); in rk_minidump_update_cpu_regs()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbinfmt_elfn32.c46 #define elf_prstatus elf_prstatus32 macro
H A Dbinfmt_elfo32.c51 #define elf_prstatus elf_prstatus32 macro
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c52 #define elf_prstatus compat_elf_prstatus macro
H A Dbinfmt_elf.c1511 static void fill_prstatus(struct elf_prstatus *prstatus, in fill_prstatus()
1705 struct elf_prstatus prstatus;
1959 struct elf_prstatus prstatus; /* NT_PRSTATUS */
1998 struct elf_prstatus *prstatus; /* NT_PRSTATUS */
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-core.c111 static void fill_prstatus(struct elf_prstatus *prstatus, int pir, in fill_prstatus()
114 memset(prstatus, 0, sizeof(struct elf_prstatus)); in fill_prstatus()
225 struct elf_prstatus prstatus; in opalcore_append_cpu_notes()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_core.h12 #define CRASH_CORE_NOTE_DESC_BYTES ALIGN(sizeof(struct elf_prstatus), 4)
H A Delfcore.h32 struct elf_prstatus struct
/OK3568_Linux_fs/kernel/fs/proc/
H A Dkcore.c111 ALIGN(sizeof(struct elf_prstatus), 4) + in get_kcore_size()
414 struct elf_prstatus prstatus = {}; in read_kcore()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c360 struct elf_prstatus nt_prstatus; in fill_cpu_elf_notes()
398 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_core.c1063 struct elf_prstatus prstatus; in crash_save_cpu()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c742 struct elf_prstatus prstatus; in fadump_regs_to_elf_notes()