Home
last modified time | relevance | path

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

/linux-6.15/arch/csky/abiv2/inc/abi/
H A Delf.h8 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]; \
24 pr_reg[16] = regs->usp; \
[all …]
/linux-6.15/arch/nios2/include/asm/
H A Delf.h38 pr_reg[0] = regs->r8; \
39 pr_reg[1] = regs->r9; \
63 pr_reg[23] = sw->r16; \
64 pr_reg[24] = sw->r17; \
65 pr_reg[25] = sw->r18; \
66 pr_reg[26] = sw->r19; \
67 pr_reg[27] = sw->r20; \
68 pr_reg[28] = sw->r21; \
71 pr_reg[31] = sw->fp; \
72 pr_reg[32] = sw->gp; \
[all …]
/linux-6.15/arch/x86/um/asm/
H A Delf.h51 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); \
175 (pr_reg)[23] = 0; \
176 (pr_reg)[24] = 0; \
177 (pr_reg)[25] = 0; \
[all …]
/linux-6.15/arch/csky/abiv1/inc/abi/
H A Delf.h7 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]; \
16 pr_reg[9] = regs->regs[1]; \
[all …]
/linux-6.15/arch/x86/include/asm/
H A Delf.h123 pr_reg[0] = regs->bx; \
124 pr_reg[1] = regs->cx; \
125 pr_reg[2] = regs->dx; \
126 pr_reg[3] = regs->si; \
127 pr_reg[4] = regs->di; \
128 pr_reg[5] = regs->bp; \
129 pr_reg[6] = regs->ax; \
130 pr_reg[7] = regs->ds; \
131 pr_reg[8] = regs->es; \
132 pr_reg[9] = regs->fs; \
[all …]
H A Delfcore-compat.h18 struct user_regs_struct32 pr_reg; member
/linux-6.15/drivers/target/
H A Dtarget_core_pr.c129 if (pr_reg) { in target_check_scsi2_reservation_conflict()
716 if (!pr_reg) in __core_scsi3_alloc_registration()
1040 pr_reg->pr_res_key, pr_reg->pr_res_generation, in __core_scsi3_dump_registration()
1143 if (!pr_reg) in core_scsi3_alloc_registration()
1900 pr_reg->pr_res_key, pr_reg->pr_res_type, in core_scsi3_update_aptpl_buf()
1901 pr_reg->pr_res_scope, pr_reg->pr_reg_all_tg_pt, in core_scsi3_update_aptpl_buf()
1910 pr_reg->pr_res_key, pr_reg->pr_reg_all_tg_pt, in core_scsi3_update_aptpl_buf()
1930 pr_reg->tg_pt_sep_rtpi, pr_reg->pr_aptpl_target_lun, in core_scsi3_update_aptpl_buf()
2156 pr_reg->pr_res_key, pr_reg->pr_res_generation); in core_scsi3_emulate_pro_register()
2233 if (pr_reg) in core_scsi3_emulate_pro_register()
[all …]
H A Dtarget_core_fabric_lib.c130 struct t10_pr_registration *pr_reg, in iscsi_get_pr_transport_id() argument
156 if ((*format_code == 1) && (pr_reg->isid_present_at_reg)) { in iscsi_get_pr_transport_id()
190 isid_len = sprintf(buf + off, "%s", pr_reg->pr_reg_isid); in iscsi_get_pr_transport_id()
218 struct t10_pr_registration *pr_reg, in iscsi_get_pr_transport_id_len() argument
236 if (pr_reg->isid_present_at_reg) { in iscsi_get_pr_transport_id_len()
238 len += strlen(pr_reg->pr_reg_isid); in iscsi_get_pr_transport_id_len()
346 struct t10_pr_registration *pr_reg, int *format_code) in target_get_pr_transport_id_len() argument
355 return iscsi_get_pr_transport_id_len(nacl, pr_reg, format_code); in target_get_pr_transport_id_len()
369 struct t10_pr_registration *pr_reg, int *format_code, in target_get_pr_transport_id() argument
382 return iscsi_get_pr_transport_id(nacl, pr_reg, format_code, in target_get_pr_transport_id()
H A Dtarget_core_configfs.c1817 struct t10_pr_registration *pr_reg; in target_core_dev_pr_show_spc3_res() local
1820 pr_reg = dev->dev_pr_res_holder; in target_core_dev_pr_show_spc3_res()
1821 if (!pr_reg) in target_core_dev_pr_show_spc3_res()
1824 se_nacl = pr_reg->pr_reg_nacl; in target_core_dev_pr_show_spc3_res()
1910 pr_reg = dev->dev_pr_res_holder; in target_pr_res_pr_holder_tg_port_show()
1911 if (!pr_reg) { in target_pr_res_pr_holder_tg_port_show()
1916 se_nacl = pr_reg->pr_reg_nacl; in target_pr_res_pr_holder_tg_port_show()
1959 pr_reg->pr_reg_nacl->initiatorname, i_buf, pr_reg->pr_res_key, in target_pr_res_pr_registered_i_pts_show()
1960 pr_reg->pr_res_generation); in target_pr_res_pr_registered_i_pts_show()
1983 pr_reg = dev->dev_pr_res_holder; in target_pr_res_pr_type_show()
[all …]
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-6.15/arch/m68k/include/asm/
H A Delf.h89 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; \
98 pr_reg[15] = rdusp(); \
105 pr_reg[5] = sw->d6; \
[all …]
/linux-6.15/drivers/iommu/
H A Domap-iommu-debug.c48 pr_reg(REVISION); 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()
57 pr_reg(CAM); in omap2_iommu_dump_ctx()
58 pr_reg(RAM); in omap2_iommu_dump_ctx()
59 pr_reg(GFLUSH); in omap2_iommu_dump_ctx()
61 pr_reg(READ_CAM); in omap2_iommu_dump_ctx()
[all …]
/linux-6.15/arch/mips/include/asm/
H A Delfcore-compat.h16 unsigned int pr_reg[ELF_NGREG]; member
/linux-6.15/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-6.15/arch/s390/kernel/
H A Dcrash_dump.c302 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs)); in fill_cpu_elf_notes()
303 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw)); in fill_cpu_elf_notes()
304 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes()
/linux-6.15/fs/
H A Dbinfmt_elf_fdpic.c1194 elf_gregset_t pr_reg; /* GP registers */ member
1399 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg); in elf_dump_thread_status()
H A Dbinfmt_elf.c1790 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg); in fill_thread_core_info()
1844 elf_core_copy_task_regs(p, &t->prstatus.pr_reg); in fill_thread_core_info()
/linux-6.15/kernel/
H A Dcrash_core.c438 elf_core_copy_regs(&prstatus.pr_reg, regs); in crash_save_cpu()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-core.c115 elf_core_copy_regs(&(prstatus->pr_reg), regs); in fill_prstatus()
/linux-6.15/arch/powerpc/kernel/
H A Dfadump.c754 elf_core_copy_regs(&prstatus.pr_reg, regs); in fadump_regs_to_elf_notes()