Home
last modified time | relevance | path

Searched defs:rn (Results 1 – 25 of 85) sorted by relevance

1234

/linux/arch/arm/net/
H A Dbpf_jit_32.h165 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm)) argument
167 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm)) argument
171 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) argument
172 #define ARM_ADDS_R(rd, rn, rm) _AL3_R(ARM_INST_ADDS, rd, rn, rm) argument
173 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, imm) argument
174 #define ARM_ADDS_I(rd, rn, imm) _AL3_I(ARM_INST_ADDS, rd, rn, imm) argument
175 #define ARM_ADC_R(rd, rn, rm) _AL3_R(ARM_INST_ADC, rd, rn, rm) argument
176 #define ARM_ADC_I(rd, rn, imm) _AL3_I(ARM_INST_ADC, rd, rn, imm) argument
178 #define ARM_AND_R(rd, rn, rm) _AL3_R(ARM_INST_AND, rd, rn, rm) argument
179 #define ARM_ANDS_R(rd, rn, rm) _AL3_R(ARM_INST_ANDS, rd, rn, rm) argument
[all …]
H A Dbpf_jit_32.c351 static u32 arm_bpf_ldst_imm12(u32 op, u8 rt, u8 rn, s16 imm12) in arm_bpf_ldst_imm12()
361 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) in arm_bpf_ldst_imm8()
371 #define ARM_LDR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_LDR_I, rt, rn, off) argument
372 #define ARM_LDRB_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_LDRB_I, rt, rn, off) argument
373 #define ARM_LDRD_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRD_I, rt, rn, off) argument
374 #define ARM_LDRH_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRH_I, rt, rn, off) argument
376 #define ARM_LDRSH_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRSH_I, rt, rn, off) argument
377 #define ARM_LDRSB_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRSB_I, rt, rn, off) argument
379 #define ARM_STR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_STR_I, rt, rn, off) argument
380 #define ARM_STRB_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_STRB_I, rt, rn, off) argument
[all …]
/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.c89 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
220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); in csio_alloc_rnode() local
240 csio_free_rnode(struct csio_rnode *rn) in csio_free_rnode()
260 struct csio_rnode *rn; in csio_get_rnode() local
283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) in csio_put_rnode()
[all …]
H A Dcsio_rnode.h120 #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
H A Dcsio_attr.c59 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
H A Dcsio_scsi.c204 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/arch/arm/probes/kprobes/
H A Dactions-arm.c74 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
H A Dactions-thumb.c28 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
H A Dactions-common.c22 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local
133 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local
/linux/fs/f2fs/
H A Dnode.h241 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local
247 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local
253 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local
260 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local
266 struct f2fs_node *rn = F2FS_NODE(node_page); in next_blkaddr_of_node() local
273 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer() local
299 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer_blkaddr() local
365 struct f2fs_node *rn = F2FS_NODE(p); in set_nid() local
378 struct f2fs_node *rn = F2FS_NODE(p); in get_nid() local
394 struct f2fs_node *rn = F2FS_NODE(page); in is_node() local
[all …]
/linux/arch/arm/mm/
H A Dproc-macros.S19 .macro vma_vm_mm, rd, rn
26 .macro vma_vm_flags, rd, rn
45 .macro mmid, rd, rn
56 .macro asid, rd, rn
/linux/net/sunrpc/xprtrdma/
H A Dib_client.c57 struct rpcrdma_notification *rn, in rpcrdma_rn_register()
58 void (*done)(struct rpcrdma_notification *rn)) in rpcrdma_rn_register()
88 struct rpcrdma_notification *rn) in rpcrdma_rn_unregister()
137 struct rpcrdma_notification *rn; in rpcrdma_remove_one() local
/linux/drivers/s390/char/
H A Dsclp_cmd.c177 u16 rn; member
183 u16 rn; member
193 static unsigned long long rn2addr(u16 rn) in rn2addr()
198 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
226 static int sclp_assign_storage(u16 rn) in sclp_assign_storage()
239 static int sclp_unassign_storage(u16 rn) in sclp_unassign_storage()
408 static void __init add_memory_merged(u16 rn) in add_memory_merged()
448 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment()
/linux/drivers/w1/
H A Dw1.c391 struct w1_reg_num *rn) in w1_atoreg_num()
433 struct w1_reg_num *rn) in w1_slave_search_device()
454 struct w1_reg_num rn; in w1_master_attribute_store_add() local
492 struct w1_reg_num rn; in w1_master_attribute_store_remove() local
711 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device()
887 struct w1_reg_num rn; in w1_reconnect_slaves() local
907 static int w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) in w1_addr_crc_is_valid()
941 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found()
980 u64 last_rn, rn, tmp64; in w1_search() local
/linux/arch/powerpc/boot/
H A Dreg.h18 #define mfspr(rn) ({unsigned long rval; \ argument
21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) argument
H A Ddcr.h5 #define mfdcr(rn) \ argument
11 #define mtdcr(rn, val) \ argument
13 #define mfdcrx(rn) \ argument
19 #define mtdcrx(rn, val) \ argument
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c137 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/tools/perf/util/
H A Dintlist.h48 struct rb_node *rn = rb_first_cached(&ilist->rblist.entries); in intlist__first() local
53 struct rb_node *rn; in intlist__next() local
H A Dstrlist.h60 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); in strlist__first() local
65 struct rb_node *rn; in strlist__next() local
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.c19 struct i915_request *rq, *rn; in retire_requests() local
243 struct i915_request *rq, *rn; in intel_gt_watchdog_work() local
/linux/arch/powerpc/include/asm/
H A Dreg_fsl_emb.h14 static __always_inline unsigned int mfpmr(unsigned int rn) in mfpmr()
27 static __always_inline void mtpmr(unsigned int rn, unsigned int val) in mtpmr()
H A Ddcr-native.h53 #define mfdcr(rn) \ argument
64 #define mtdcr(rn, v) \ argument
/linux/arch/arm64/kvm/
H A Dva_layout.c112 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/arch/arm64/crypto/
H A Dsm4-ce-cipher-core.S10 .macro sm4e, rd, rn
/linux/include/rdma/
H A Dopa_vnic.h35 struct rdma_netdev rn; /* keep this first */ member
42 struct rdma_netdev *rn = netdev_priv(dev); in opa_vnic_priv() local

1234