/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/ |
H A D | elf.h | 6 /* 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...] |
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
H A D | elf.h | 6 /* 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...] |
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | elf.h | 28 /* 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...] |
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | elf.h | 28 /* 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...] |
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | elf.h | 48 #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...] |
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | elf.h | 48 #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...] |
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/ |
H A D | elf.h | 6 #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...] |
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/ |
H A D | elf.h | 6 #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...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.c | 44 struct t10_pr_registration *pr_reg, in core_pr_dump_initiator_port() 48 if (!pr_reg->isid_present_at_reg) { in core_pr_dump_initiator_port() 53 snprintf(buf, size, ",i,0x%s", pr_reg->pr_reg_isid); in core_pr_dump_initiator_port() 72 struct t10_pr_registration *pr_reg) in is_reservation_holder() 79 return pr_res_holder == pr_reg || in is_reservation_holder() 123 struct t10_pr_registration *pr_reg; in target_check_scsi2_reservation_conflict() local 127 pr_reg = core_scsi3_locate_pr_reg(cmd->se_dev, se_sess->se_node_acl, in target_check_scsi2_reservation_conflict() 129 if (pr_reg) { in target_check_scsi2_reservation_conflict() 151 if (pr_reg->pr_res_holder) { in target_check_scsi2_reservation_conflict() 152 core_scsi3_put_pr_reg(pr_reg); in target_check_scsi2_reservation_conflict() 43 core_pr_dump_initiator_port( struct t10_pr_registration *pr_reg, char *buf, u32 size) core_pr_dump_initiator_port() argument 70 is_reservation_holder( struct t10_pr_registration *pr_res_holder, struct t10_pr_registration *pr_reg) is_reservation_holder() argument 625 struct t10_pr_registration *pr_reg; __core_scsi3_do_alloc_registration() local 705 struct t10_pr_registration *pr_reg, *pr_reg_atp, *pr_reg_tmp, *pr_reg_tmp_safe; __core_scsi3_alloc_registration() local 835 struct t10_pr_registration *pr_reg; core_scsi3_alloc_aptpl_registration() 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) core_scsi3_aptpl_reserve() argument 928 struct t10_pr_registration *pr_reg, *pr_reg_tmp; __core_scsi3_check_aptpl_registration() local 1017 __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) __core_scsi3_dump_registration() argument 1048 __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) __core_scsi3_add_registration() argument 1142 struct t10_pr_registration *pr_reg; core_scsi3_alloc_registration() local 1161 struct t10_pr_registration *pr_reg, *pr_reg_tmp; __core_scsi3_locate_pr_reg() local 1218 core_scsi3_put_pr_reg(struct t10_pr_registration *pr_reg) core_scsi3_put_pr_reg() argument 1223 core_scsi3_check_implicit_release( struct se_device *dev, struct t10_pr_registration *pr_reg) core_scsi3_check_implicit_release() argument 1301 core_scsi3_put_pr_reg(pr_reg); global() variable 1353 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_pr_reg_from_nacl() local 1389 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_all_registrations() local 1878 struct t10_pr_registration *pr_reg; core_scsi3_update_aptpl_buf() local 2059 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_reg_tmp; core_scsi3_emulate_pro_register() local 2282 struct t10_pr_registration *pr_reg, *pr_res_holder; core_scsi3_pro_reserve() local 2451 __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) __core_scsi3_complete_pro_release() argument 2526 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; core_scsi3_emulate_pro_release() local 2683 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_emulate_pro_clear() local 2760 __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) __core_scsi3_complete_pro_preempt() argument 2810 struct t10_pr_registration *pr_reg, *pr_reg_tmp; core_scsi3_release_preempt_and_abort() local 2837 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_pro_preempt() local 3156 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; core_scsi3_emulate_pro_register_and_move() local 3703 struct t10_pr_registration *pr_reg; core_scsi3_pri_read_keys() local 3757 struct t10_pr_registration *pr_reg; core_scsi3_pri_read_reservation() local 3895 struct t10_pr_registration *pr_reg, *pr_reg_tmp; core_scsi3_pri_read_full_status() local [all...] |
H A D | target_core_fabric_lib.c | 130 struct t10_pr_registration *pr_reg, in iscsi_get_pr_transport_id() 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() 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() 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() 382 return iscsi_get_pr_transport_id(nacl, pr_reg, format_cod in target_get_pr_transport_id() 128 iscsi_get_pr_transport_id( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) iscsi_get_pr_transport_id() argument 216 iscsi_get_pr_transport_id_len( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) iscsi_get_pr_transport_id_len() argument 345 target_get_pr_transport_id_len(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code) target_get_pr_transport_id_len() argument 368 target_get_pr_transport_id(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) target_get_pr_transport_id() argument [all...] |
H A D | target_core_configfs.c | 1673 struct t10_pr_registration *pr_reg; in target_core_dev_pr_show_spc3_res() local 1678 pr_reg = dev->dev_pr_res_holder; in target_core_dev_pr_show_spc3_res() 1679 if (!pr_reg) in target_core_dev_pr_show_spc3_res() 1682 se_nacl = pr_reg->pr_reg_nacl; in target_core_dev_pr_show_spc3_res() 1683 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1763 struct t10_pr_registration *pr_reg; in target_pr_res_pr_holder_tg_port_show() local 1768 pr_reg = dev->dev_pr_res_holder; in target_pr_res_pr_holder_tg_port_show() 1769 if (!pr_reg) { in target_pr_res_pr_holder_tg_port_show() 1774 se_nacl = pr_reg->pr_reg_nacl; in target_pr_res_pr_holder_tg_port_show() 1783 " %s Logical Unit: %llu\n", pr_reg in target_pr_res_pr_holder_tg_port_show() 1798 struct t10_pr_registration *pr_reg; target_pr_res_pr_registered_i_pts_show() local 1837 struct t10_pr_registration *pr_reg; target_pr_res_pr_type_show() local [all...] |
H A D | target_core_internal.h | 101 struct t10_pr_registration *pr_reg, int *format_code); 103 struct t10_pr_registration *pr_reg, int *format_code,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 44 struct t10_pr_registration *pr_reg, in core_pr_dump_initiator_port() 48 if (!pr_reg->isid_present_at_reg) { in core_pr_dump_initiator_port() 53 snprintf(buf, size, ",i,0x%s", pr_reg->pr_reg_isid); in core_pr_dump_initiator_port() 72 struct t10_pr_registration *pr_reg) in is_reservation_holder() 79 return pr_res_holder == pr_reg || in is_reservation_holder() 123 struct t10_pr_registration *pr_reg; in target_check_scsi2_reservation_conflict() local 127 pr_reg = core_scsi3_locate_pr_reg(cmd->se_dev, se_sess->se_node_acl, in target_check_scsi2_reservation_conflict() 129 if (pr_reg) { in target_check_scsi2_reservation_conflict() 151 if (pr_reg->pr_res_holder) { in target_check_scsi2_reservation_conflict() 152 core_scsi3_put_pr_reg(pr_reg); in target_check_scsi2_reservation_conflict() 43 core_pr_dump_initiator_port( struct t10_pr_registration *pr_reg, char *buf, u32 size) core_pr_dump_initiator_port() argument 70 is_reservation_holder( struct t10_pr_registration *pr_res_holder, struct t10_pr_registration *pr_reg) is_reservation_holder() argument 626 struct t10_pr_registration *pr_reg; __core_scsi3_do_alloc_registration() local 706 struct t10_pr_registration *pr_reg, *pr_reg_atp, *pr_reg_tmp, *pr_reg_tmp_safe; __core_scsi3_alloc_registration() local 834 struct t10_pr_registration *pr_reg; core_scsi3_alloc_aptpl_registration() local 891 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) core_scsi3_aptpl_reserve() argument 926 struct t10_pr_registration *pr_reg, *pr_reg_tmp; __core_scsi3_check_aptpl_registration() local 1013 __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) __core_scsi3_dump_registration() argument 1043 __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) __core_scsi3_add_registration() argument 1137 struct t10_pr_registration *pr_reg; core_scsi3_alloc_registration() local 1156 struct t10_pr_registration *pr_reg, *pr_reg_tmp; __core_scsi3_locate_pr_reg() local 1213 core_scsi3_put_pr_reg(struct t10_pr_registration *pr_reg) core_scsi3_put_pr_reg() argument 1218 core_scsi3_check_implicit_release( struct se_device *dev, struct t10_pr_registration *pr_reg) core_scsi3_check_implicit_release() argument 1295 core_scsi3_put_pr_reg(pr_reg); global() variable 1347 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_pr_reg_from_nacl() local 1383 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_all_registrations() local 1861 struct t10_pr_registration *pr_reg; core_scsi3_update_aptpl_buf() local 2042 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_reg_tmp; core_scsi3_emulate_pro_register() local 2265 struct t10_pr_registration *pr_reg, *pr_res_holder; core_scsi3_pro_reserve() local 2432 __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) __core_scsi3_complete_pro_release() argument 2506 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; core_scsi3_emulate_pro_release() local 2663 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_emulate_pro_clear() local 2740 __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) __core_scsi3_complete_pro_preempt() argument 2789 struct t10_pr_registration *pr_reg, *pr_reg_tmp; core_scsi3_release_preempt_and_abort() local 2816 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_pro_preempt() local 3150 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; core_scsi3_emulate_pro_register_and_move() local 3737 struct t10_pr_registration *pr_reg; core_scsi3_pri_read_keys() local 3791 struct t10_pr_registration *pr_reg; core_scsi3_pri_read_reservation() local 3929 struct t10_pr_registration *pr_reg, *pr_reg_tmp; core_scsi3_pri_read_full_status() local [all...] |
H A D | target_core_fabric_lib.c | 130 struct t10_pr_registration *pr_reg, in iscsi_get_pr_transport_id() 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() 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() 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() 382 return iscsi_get_pr_transport_id(nacl, pr_reg, format_cod in target_get_pr_transport_id() 128 iscsi_get_pr_transport_id( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) iscsi_get_pr_transport_id() argument 216 iscsi_get_pr_transport_id_len( struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) iscsi_get_pr_transport_id_len() argument 345 target_get_pr_transport_id_len(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code) target_get_pr_transport_id_len() argument 368 target_get_pr_transport_id(struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) target_get_pr_transport_id() argument [all...] |
H A D | target_core_internal.h | 102 struct t10_pr_registration *pr_reg, int *format_code); 104 struct t10_pr_registration *pr_reg, int *format_code,
|
H A D | target_core_configfs.c | 1779 struct t10_pr_registration *pr_reg; in target_core_dev_pr_show_spc3_res() local 1782 pr_reg = dev->dev_pr_res_holder; in target_core_dev_pr_show_spc3_res() 1783 if (!pr_reg) in target_core_dev_pr_show_spc3_res() 1786 se_nacl = pr_reg->pr_reg_nacl; in target_core_dev_pr_show_spc3_res() 1787 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1867 struct t10_pr_registration *pr_reg; in target_pr_res_pr_holder_tg_port_show() local 1872 pr_reg = dev->dev_pr_res_holder; in target_pr_res_pr_holder_tg_port_show() 1873 if (!pr_reg) { in target_pr_res_pr_holder_tg_port_show() 1878 se_nacl = pr_reg->pr_reg_nacl; in target_pr_res_pr_holder_tg_port_show() 1887 " %s Logical Unit: %llu\n", pr_reg in target_pr_res_pr_holder_tg_port_show() 1902 struct t10_pr_registration *pr_reg; target_pr_res_pr_registered_i_pts_show() local 1941 struct t10_pr_registration *pr_reg; target_pr_res_pr_type_show() local [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | elf.h | 115 * regs is struct pt_regs, pr_reg is elf_gregset_t (which is 119 #define ELF_CORE_COPY_REGS_COMMON(pr_reg, regs) \ 121 pr_reg[0] = regs->bx; \ 122 pr_reg[1] = regs->cx; \ 123 pr_reg[2] = regs->dx; \ 124 pr_reg[3] = regs->si; \ 125 pr_reg[4] = regs->di; \ 126 pr_reg[5] = regs->bp; \ 127 pr_reg[6] = regs->ax; \ 128 pr_reg[ [all...] |
H A D | compat.h | 161 * The type of struct elf_prstatus.pr_reg in compatible core dumps. 166 #define PRSTATUS_SIZE(S, R) (R != sizeof(S.pr_reg) ? 144 : 296) 168 do { *(int *) (((void *) &((S)->pr_reg)) + R) = (V); } \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | elf.h | 115 * regs is struct pt_regs, pr_reg is elf_gregset_t (which is 119 #define ELF_CORE_COPY_REGS(pr_reg, regs) \ 121 pr_reg[0] = regs->bx; \ 122 pr_reg[1] = regs->cx; \ 123 pr_reg[2] = regs->dx; \ 124 pr_reg[3] = regs->si; \ 125 pr_reg[4] = regs->di; \ 126 pr_reg[5] = regs->bp; \ 127 pr_reg[6] = regs->ax; \ 128 pr_reg[ [all...] |
H A D | elfcore-compat.h | 18 struct user_regs_struct32 pr_reg; member
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | elf.h | 80 #define ELF_CORE_COPY_REGS(pr_reg, regs) \ 82 pr_reg[0] = regs->d1; \ 83 pr_reg[1] = regs->d2; \ 84 pr_reg[2] = regs->d3; \ 85 pr_reg[3] = regs->d4; \ 86 pr_reg[4] = regs->d5; \ 87 pr_reg[7] = regs->a0; \ 88 pr_reg[8] = regs->a1; \ 89 pr_reg[9] = regs->a2; \ 90 pr_reg[1 [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | elf.h | 87 #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...] |
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | omap-iommu-debug.c | 30 #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_TL in omap2_iommu_dump_ctx() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | omap-iommu-debug.c | 30 #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_TL in omap2_iommu_dump_ctx() [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elfcore-compat.h | 16 unsigned int pr_reg[ELF_NGREG]; member
|