Home
last modified time | relevance | path

Searched refs:pr_reg (Results 1 – 14 of 14) sorted by relevance

/linux/arch/csky/abiv2/inc/abi/
H A Delf.h7 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \ argument
8 pr_reg[0] = regs->pc; \
9 pr_reg[1] = regs->a1; \
10 pr_reg[2] = regs->a0; \
11 pr_reg[3] = regs->sr; \
12 pr_reg[4] = regs->a2; \
13 pr_reg[5] = regs->a3; \
14 pr_reg[6] = regs->regs[0]; \
15 pr_reg[7] = regs->regs[1]; \
16 pr_reg[8] = regs->regs[2]; \
[all …]
/linux/arch/nios2/include/asm/
H A Delf.h35 #define ELF_CORE_COPY_REGS(pr_reg, regs) \ argument
38 pr_reg[0] = regs->r8; \
39 pr_reg[1] = regs->r9; \
40 pr_reg[2] = regs->r10; \
41 pr_reg[3] = regs->r11; \
42 pr_reg[4] = regs->r12; \
43 pr_reg[5] = regs->r13; \
44 pr_reg[6] = regs->r14; \
45 pr_reg[7] = regs->r15; \
46 pr_reg[8] = regs->r1; \
[all …]
/linux/arch/x86/um/asm/
H A Delf.h50 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \ argument
51 pr_reg[0] = PT_REGS_BX(regs); \
52 pr_reg[1] = PT_REGS_CX(regs); \
53 pr_reg[2] = PT_REGS_DX(regs); \
54 pr_reg[3] = PT_REGS_SI(regs); \
55 pr_reg[4] = PT_REGS_DI(regs); \
56 pr_reg[5] = PT_REGS_BP(regs); \
57 pr_reg[6] = PT_REGS_AX(regs); \
58 pr_reg[7] = PT_REGS_DS(regs); \
59 pr_reg[8] = PT_REGS_ES(regs); \
[all …]
/linux/arch/csky/abiv1/inc/abi/
H A Delf.h6 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \ argument
7 pr_reg[0] = regs->pc; \
8 pr_reg[1] = regs->regs[9]; \
9 pr_reg[2] = regs->usp; \
10 pr_reg[3] = regs->sr; \
11 pr_reg[4] = regs->a0; \
12 pr_reg[5] = regs->a1; \
13 pr_reg[6] = regs->a2; \
14 pr_reg[7] = regs->a3; \
15 pr_reg[8] = regs->regs[0]; \
[all …]
/linux/arch/m68k/include/asm/
H A Delf.h87 #define ELF_CORE_COPY_REGS(pr_reg, regs) \ argument
89 pr_reg[0] = regs->d1; \
90 pr_reg[1] = regs->d2; \
91 pr_reg[2] = regs->d3; \
92 pr_reg[3] = regs->d4; \
93 pr_reg[4] = regs->d5; \
94 pr_reg[7] = regs->a0; \
95 pr_reg[8] = regs->a1; \
96 pr_reg[9] = regs->a2; \
97 pr_reg[14] = regs->d0; \
[all …]
/linux/drivers/iommu/
H A Domap-iommu-debug.c30 #define pr_reg(name) \ macro
48 pr_reg(REVISION); in omap2_iommu_dump_ctx()
49 pr_reg(IRQSTATUS); in omap2_iommu_dump_ctx()
50 pr_reg(IRQENABLE); in omap2_iommu_dump_ctx()
51 pr_reg(WALKING_ST); in omap2_iommu_dump_ctx()
52 pr_reg(CNTL); in omap2_iommu_dump_ctx()
53 pr_reg(FAULT_AD); in omap2_iommu_dump_ctx()
54 pr_reg(TTB); in omap2_iommu_dump_ctx()
55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
56 pr_reg(LD_TLB); in omap2_iommu_dump_ctx()
[all …]
/linux/arch/mips/include/asm/
H A Delfcore-compat.h16 unsigned int pr_reg[ELF_NGREG]; member
/linux/arch/x86/include/asm/
H A Delfcore-compat.h18 struct user_regs_struct32 pr_reg; member
/linux/drivers/target/
H A Dtarget_core_internal.h102 struct t10_pr_registration *pr_reg, int *format_code);
104 struct t10_pr_registration *pr_reg, int *format_code,
/linux/include/linux/
H A Delfcore-compat.h62 compat_elf_gregset_t pr_reg; member
H A Delfcore.h51 elf_gregset_t pr_reg; /* GP registers */ member
/linux/arch/s390/kernel/
H A Dcrash_dump.c303 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs)); in fill_cpu_elf_notes()
304 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw)); in fill_cpu_elf_notes()
305 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1200 elf_gregset_t pr_reg; /* GP registers */ member
1408 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg); in elf_dump_thread_status()
H A Dbinfmt_elf.c1734 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg); in fill_thread_core_info()
1796 elf_core_copy_task_regs(p, &t->prstatus.pr_reg); in fill_thread_core_info()