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

/linux-master/arch/csky/abiv2/inc/abi/
H A Delf.h6 /* The member sort in array pr_reg[x] is defined by GDB. */
7 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \
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[
[all...]
/linux-master/arch/csky/abiv1/inc/abi/
H A Delf.h6 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \
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[
[all...]
/linux-master/arch/nios2/include/asm/
H A Delf.h28 /* regs is struct pt_regs, pr_reg is elf_gregset_t (which is
35 #define ELF_CORE_COPY_REGS(pr_reg, regs) \
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[
[all...]
/linux-master/arch/x86/um/asm/
H A Delf.h48 #define ELF_CORE_COPY_REGS(pr_reg, regs) do { \
49 pr_reg[0] = PT_REGS_BX(regs); \
50 pr_reg[1] = PT_REGS_CX(regs); \
51 pr_reg[2] = PT_REGS_DX(regs); \
52 pr_reg[3] = PT_REGS_SI(regs); \
53 pr_reg[4] = PT_REGS_DI(regs); \
54 pr_reg[5] = PT_REGS_BP(regs); \
55 pr_reg[6] = PT_REGS_AX(regs); \
56 pr_reg[7] = PT_REGS_DS(regs); \
57 pr_reg[
[all...]
/linux-master/arch/m68k/include/asm/
H A Delf.h87 #define ELF_CORE_COPY_REGS(pr_reg, regs) \
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[1
[all...]
/linux-master/arch/x86/include/asm/
H A Delf.h116 * regs is struct pt_regs, pr_reg is elf_gregset_t (which is
120 #define ELF_CORE_COPY_REGS(pr_reg, regs) \
122 pr_reg[0] = regs->bx; \
123 pr_reg[1] = regs->cx; \
124 pr_reg[2] = regs->dx; \
125 pr_reg[3] = regs->si; \
126 pr_reg[4] = regs->di; \
127 pr_reg[5] = regs->bp; \
128 pr_reg[6] = regs->ax; \
129 pr_reg[
[all...]
H A Delfcore-compat.h18 struct user_regs_struct32 pr_reg; member in struct:i386_elf_prstatus
/linux-master/drivers/target/
H A Dtarget_core_pr.c44 struct t10_pr_registration *pr_reg,
48 if (!pr_reg->isid_present_at_reg) {
53 snprintf(buf, size, ",i,0x%s", pr_reg->pr_reg_isid);
72 struct t10_pr_registration *pr_reg)
79 return pr_res_holder == pr_reg ||
123 struct t10_pr_registration *pr_reg; local
127 pr_reg = core_scsi3_locate_pr_reg(cmd->se_dev, se_sess->se_node_acl,
129 if (pr_reg) {
151 if (pr_reg->pr_res_holder) {
152 core_scsi3_put_pr_reg(pr_reg);
43 core_pr_dump_initiator_port( struct t10_pr_registration *pr_reg, char *buf, u32 size) argument
70 is_reservation_holder( struct t10_pr_registration *pr_res_holder, struct t10_pr_registration *pr_reg) argument
627 struct t10_pr_registration *pr_reg; local
707 struct t10_pr_registration *pr_reg, *pr_reg_atp, *pr_reg_tmp, *pr_reg_tmp_safe; local
835 struct t10_pr_registration *pr_reg; local
892 core_scsi3_aptpl_reserve( struct se_device *dev, struct se_portal_group *tpg, struct se_node_acl *node_acl, struct t10_pr_registration *pr_reg) argument
927 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
1014 __core_scsi3_dump_registration( const struct target_core_fabric_ops *tfo, struct se_device *dev, struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, enum register_type register_type) argument
1044 __core_scsi3_add_registration( struct se_device *dev, struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, enum register_type register_type, int register_move) argument
1138 struct t10_pr_registration *pr_reg; local
1157 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
1214 core_scsi3_put_pr_reg(struct t10_pr_registration *pr_reg) argument
1219 core_scsi3_check_implicit_release( struct se_device *dev, struct t10_pr_registration *pr_reg) argument
1296 core_scsi3_put_pr_reg(pr_reg); variable
1348 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; local
1384 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; local
1862 struct t10_pr_registration *pr_reg; local
2043 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_reg_tmp; local
2266 struct t10_pr_registration *pr_reg, *pr_res_holder; local
2433 __core_scsi3_complete_pro_release( struct se_device *dev, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int explicit, int unreg) argument
2507 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; local
2664 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; local
2741 __core_scsi3_complete_pro_preempt( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int type, int scope, enum preempt_type preempt_type) argument
2790 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
2817 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; local
3151 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; local
3738 struct t10_pr_registration *pr_reg; local
3792 struct t10_pr_registration *pr_reg; local
3930 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
[all...]
H A Dtarget_core_fabric_lib.c130 struct t10_pr_registration *pr_reg,
156 if ((*format_code == 1) && (pr_reg->isid_present_at_reg)) {
190 isid_len = sprintf(buf + off, "%s", pr_reg->pr_reg_isid);
218 struct t10_pr_registration *pr_reg,
236 if (pr_reg->isid_present_at_reg) {
238 len += strlen(pr_reg->pr_reg_isid);
346 struct t10_pr_registration *pr_reg, int *format_code)
355 return iscsi_get_pr_transport_id_len(nacl, pr_reg, format_code);
369 struct t10_pr_registration *pr_reg, int *format_code,
382 return iscsi_get_pr_transport_id(nacl, pr_reg, format_cod
128 iscsi_get_pr_transport_id( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
216 iscsi_get_pr_transport_id_len( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
345 target_get_pr_transport_id_len(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
368 target_get_pr_transport_id(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
[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,
H A Dtarget_core_configfs.c1817 struct t10_pr_registration *pr_reg; local
1820 pr_reg = dev->dev_pr_res_holder;
1821 if (!pr_reg)
1824 se_nacl = pr_reg->pr_reg_nacl;
1825 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN);
1905 struct t10_pr_registration *pr_reg; local
1910 pr_reg = dev->dev_pr_res_holder;
1911 if (!pr_reg) {
1916 se_nacl = pr_reg->pr_reg_nacl;
1925 " %s Logical Unit: %llu\n", pr_reg
1940 struct t10_pr_registration *pr_reg; local
1979 struct t10_pr_registration *pr_reg; local
[all...]
/linux-master/drivers/iommu/
H A Domap-iommu-debug.c30 #define pr_reg(name) \ macro
48 pr_reg(REVISION);
49 pr_reg(IRQSTATUS);
50 pr_reg(IRQENABLE);
51 pr_reg(WALKING_ST);
52 pr_reg(CNTL);
53 pr_reg(FAULT_AD);
54 pr_reg(TTB);
55 pr_reg(LOCK);
56 pr_reg(LD_TL
[all...]
/linux-master/arch/mips/include/asm/
H A Delfcore-compat.h16 unsigned int pr_reg[ELF_NGREG]; member in struct:o32_elf_prstatus
/linux-master/include/linux/
H A Delfcore-compat.h62 compat_elf_gregset_t pr_reg; member in struct:compat_elf_prstatus
H A Delfcore.h51 elf_gregset_t pr_reg; /* GP registers */ member in struct:elf_prstatus
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c307 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs));
308 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw));
309 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs));
/linux-master/kernel/
H A Dcrash_core.c436 elf_core_copy_regs(&prstatus.pr_reg, regs);
/linux-master/fs/
H A Dbinfmt_elf.c1710 * goes into the pr_reg field inside the note contents, rather
1716 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg);
1770 elf_core_copy_task_regs(p, &t->prstatus.pr_reg);
H A Dbinfmt_elf_fdpic.c1191 elf_gregset_t pr_reg; /* GP registers */ member in struct:elf_prstatus_fdpic
1195 * immediately after ``pr_reg'', so that the loadmap addresses may
1396 sizeof(t->prstatus.pr_reg), &t->prstatus.pr_reg);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c115 elf_core_copy_regs(&(prstatus->pr_reg), regs);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c762 elf_core_copy_regs(&prstatus.pr_reg, regs);

Completed in 447 milliseconds