/linux-6.3-rc2/arch/arm/net/ |
A D | bpf_jit_32.h | 168 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) argument 172 #define ARM_ADC_R(rd, rn, rm) _AL3_R(ARM_INST_ADC, rd, rn, rm) argument 186 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) argument 187 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) argument 195 #define ARM_LDR_R_SI(rt, rn, rm, type, imm) \ argument 238 #define ARM_ORR_SR(rd, rn, rm, type, rs) \ argument 241 #define ARM_ORRS_SR(rd, rn, rm, type, rs) \ argument 243 #define ARM_ORR_SI(rd, rn, rm, type, imm6) \ argument 245 #define ARM_ORRS_SI(rd, rn, rm, type, imm6) \ argument 264 #define ARM_TST_R(rn, rm) _AL3_R(ARM_INST_TST, 0, rn, rm) argument [all …]
|
A D | bpf_jit_32.c | 311 static u32 arm_bpf_ldst_imm12(u32 op, u8 rt, u8 rn, s16 imm12) in arm_bpf_ldst_imm12() 321 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) in arm_bpf_ldst_imm8() 331 #define ARM_LDR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_LDR_I, rt, rn, off) argument 333 #define ARM_LDRD_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRD_I, rt, rn, off) argument 334 #define ARM_LDRH_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRH_I, rt, rn, off) argument 336 #define ARM_STR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_STR_I, rt, rn, off) argument 338 #define ARM_STRD_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_STRD_I, rt, rn, off) argument 1110 const u8 rn, struct jit_ctx *ctx, u8 op, in emit_ar_r() 1234 static inline void emit_rev16(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev16() 1249 static inline void emit_rev32(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev32() [all …]
|
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_rnode.c | 89 csio_is_rnode_ready(struct csio_rnode *rn) in csio_is_rnode_ready() 95 csio_is_rnode_uninit(struct csio_rnode *rn) in csio_is_rnode_uninit() 125 struct csio_rnode *rn; in csio_rn_lookup() local 149 struct csio_rnode *rn; in csio_rn_lookup_wwpn() local 173 struct csio_rnode *rn; in csio_rnode_lookup_portid() local 190 struct csio_rnode *rn; in csio_rn_dup_flowid() local 240 csio_free_rnode(struct csio_rnode *rn) in csio_free_rnode() 260 struct csio_rnode *rn; in csio_get_rnode() local 304 struct csio_rnode *rn, *match_rn; in csio_confirm_rnode() local 548 __csio_reg_rnode(struct csio_rnode *rn) in __csio_reg_rnode() [all …]
|
A D | csio_rnode.h | 120 #define csio_rn_flowid(rn) ((rn)->flowid) argument 121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn) argument 122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn) argument 123 #define csio_rnode_to_lnode(rn) ((rn)->lnp) argument
|
A D | csio_attr.c | 59 csio_reg_rnode(struct csio_rnode *rn) in csio_reg_rnode() 121 csio_unreg_rnode(struct csio_rnode *rn) in csio_unreg_rnode() 311 struct csio_rnode *rn = NULL; in csio_get_host_fabric_name() local 683 struct csio_rnode *rn; in csio_dev_loss_tmo_callbk() local
|
A D | csio_scsi.c | 204 struct csio_rnode *rn = req->rnode; in csio_scsi_init_cmd_wr() local 363 struct csio_rnode *rn = req->rnode; in csio_scsi_init_read_wr() local 416 struct csio_rnode *rn = req->rnode; in csio_scsi_init_write_wr() local 650 struct csio_rnode *rn = req->rnode; in csio_scsi_init_abrt_cls_wr() local 777 struct csio_rnode *rn; in csio_scsis_io_active() local 1572 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_scsi_err_handler() local 1784 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_queuecommand() local 1922 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_abort_handler() local 2067 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_lun_reset_handler() local
|
/linux-6.3-rc2/arch/arm/probes/kprobes/ |
A D | actions-arm.c | 74 int rn = (insn >> 16) & 0xf; in emulate_ldrdstrd() local 103 int rn = (insn >> 16) & 0xf; in emulate_ldr() local 134 int rn = (insn >> 16) & 0xf; in emulate_str() local 160 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0rs8_rwflags() local 194 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0_rwflags_nopc() local 222 int rn = (insn >> 12) & 0xf; in emulate_rd16rn12rm0rs8_rwflags_nopc() local 273 int rn = insn & 0xf; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
|
A D | actions-thumb.c | 28 int rn = (insn >> 16) & 0xf; in t32_simulate_table_branch() local 164 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrdstrd() local 189 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrstr() local 215 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16rm0_rwflags() local 262 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16_noflags() local 284 int rn = (insn >> 16) & 0xf; in t32_emulate_rdlo12rdhi8rn16rm0_noflags() local 368 int rn = insn & 0x7; in t16_simulate_cbz() local
|
A D | actions-common.c | 22 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local 133 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local
|
/linux-6.3-rc2/fs/f2fs/ |
A D | node.h | 244 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local 250 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local 256 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local 263 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local 276 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer() local 302 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer_blkaddr() local 368 struct f2fs_node *rn = F2FS_NODE(p); in set_nid() local 381 struct f2fs_node *rn = F2FS_NODE(p); in get_nid() local 397 struct f2fs_node *rn = F2FS_NODE(page); in is_node() local 407 struct f2fs_node *rn = F2FS_NODE(page); in set_cold_node() local [all …]
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | sclp_cmd.c | 172 u16 rn; member 178 u16 rn; member 188 static unsigned long long rn2addr(u16 rn) in rn2addr() 193 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() 221 static int sclp_assign_storage(u16 rn) in sclp_assign_storage() 234 static int sclp_unassign_storage(u16 rn) in sclp_unassign_storage() 382 static void __init add_memory_merged(u16 rn) in add_memory_merged() 424 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment()
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | reg.h | 18 #define mfspr(rn) ({unsigned long rval; \ argument 21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) argument
|
A D | dcr.h | 5 #define mfdcr(rn) \ argument 11 #define mtdcr(rn, val) \ argument 13 #define mfdcrx(rn) \ argument 19 #define mtdcrx(rn, val) \ argument
|
/linux-6.3-rc2/drivers/w1/ |
A D | w1.c | 401 struct w1_reg_num *rn) in w1_atoreg_num() 443 struct w1_reg_num *rn) in w1_slave_search_device() 464 struct w1_reg_num rn; in w1_master_attribute_store_add() local 502 struct w1_reg_num rn; in w1_master_attribute_store_remove() local 720 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device() 898 struct w1_reg_num rn; in w1_reconnect_slaves() local 918 static int w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) in w1_addr_crc_is_valid() 952 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found() 991 u64 last_rn, rn, tmp64; in w1_search() local
|
A D | w1_netlink.c | 234 static void w1_send_slave(struct w1_master *dev, u64 rn) in w1_send_slave() 256 static void w1_found_send_slave(struct w1_master *dev, u64 rn) in w1_found_send_slave() 273 u64 rn; in w1_get_slaves() local
|
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/ |
A D | opa_vnic_netdev.c | 137 struct rdma_netdev *rn = netdev_priv(adapter->netdev); in opa_vnic_process_vema_config() local 327 struct rdma_netdev *rn; in opa_vnic_add_netdev() local 391 struct rdma_netdev *rn = netdev_priv(netdev); in opa_vnic_rem_netdev() local
|
/linux-6.3-rc2/tools/perf/util/ |
A D | intlist.h | 48 struct rb_node *rn = rb_first_cached(&ilist->rblist.entries); in intlist__first() local 53 struct rb_node *rn; in intlist__next() local
|
A D | strlist.h | 60 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); in strlist__first() local 65 struct rb_node *rn; in strlist__next() local
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_requests.c | 19 struct i915_request *rq, *rn; in retire_requests() local 243 struct i915_request *rq, *rn; in intel_gt_watchdog_work() local
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | reg_fsl_emb.h | 14 #define mfpmr(rn) ({unsigned int rval; \ argument 17 #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v)) argument
|
A D | dcr-native.h | 53 #define mfdcr(rn) \ argument 64 #define mtdcr(rn, v) \ argument
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | va_layout.c | 112 static u32 compute_instruction(int n, u32 rd, u32 rn) in compute_instruction() 162 u32 rd, rn, insn, oinsn; in kvm_update_va_mask() local
|
/linux-6.3-rc2/tools/perf/arch/powerpc/util/ |
A D | utils_header.h | 7 #define mfspr(rn) ({unsigned long rval; \ argument
|
/linux-6.3-rc2/include/rdma/ |
A D | opa_vnic.h | 35 struct rdma_netdev rn; /* keep this first */ member 42 struct rdma_netdev *rn = netdev_priv(dev); in opa_vnic_priv() local
|
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/ |
A D | ipoib_multicast.c | 215 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_join_finish() local 684 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_leave() local 749 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_send() local
|