| /linux/arch/arm/net/ |
| H A D | bpf_jit_32.h | 165 #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 …]
|
| /linux/drivers/scsi/csiostor/ |
| H 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 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 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
|
| H 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
|
| H 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/arch/arm/probes/kprobes/ |
| H 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
|
| H 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
|
| H 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/arch/arm/mm/ |
| H A D | proc-macros.S | 19 .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 D | ib_client.c | 57 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 D | sclp_mem.c | 38 u16 rn; member 59 u16 rn; member 77 static unsigned long rn2addr(u16 rn) in rn2addr() 82 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() 110 static int sclp_assign_storage(u16 rn) in sclp_assign_storage() 123 static int sclp_unassign_storage(u16 rn) in sclp_unassign_storage() 373 struct kset *kset, u16 rn) in sclp_create_standby_mems_merged() 450 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment()
|
| /linux/arch/powerpc/boot/ |
| H 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
|
| H 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/drivers/w1/ |
| H A D | w1.c | 391 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() 885 struct w1_reg_num rn; in w1_reconnect_slaves() local 905 static int w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) in w1_addr_crc_is_valid() 939 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found() 978 u64 last_rn, rn, tmp64; in w1_search() local
|
| H 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/tools/perf/util/ |
| H 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
|
| H A D | strlist.h | 58 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); in strlist__first() local 63 struct rb_node *rn; in strlist__next() local
|
| /linux/arch/powerpc/include/asm/ |
| H A D | reg_fsl_emb.h | 14 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 D | dcr-native.h | 53 #define mfdcr(rn) \ argument 64 #define mtdcr(rn, v) \ argument
|
| /linux/arch/arm64/kvm/ |
| H A D | va_layout.c | 135 static u32 compute_instruction(int n, u32 rd, u32 rn) in compute_instruction() 185 u32 rd, rn, insn, oinsn; in kvm_update_va_mask() local
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-cipher-core.S | 10 .macro sm4e, rd, rn
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 215 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_join_finish() local 680 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_leave() local 745 struct rdma_netdev *rn = netdev_priv(dev); in ipoib_mcast_send() local
|
| /linux/tools/perf/arch/powerpc/util/ |
| H A D | utils_header.h | 7 #define mfspr(rn) ({unsigned long rval; \ argument
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | reg.h | 12 #define mfspr(rn) ({unsigned long rval; \ argument 15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \ argument
|
| /linux/arch/arm/kernel/ |
| H A D | entry-ftrace.S | 31 .macro mcount_adjust_addr rd, rn
|