Home
last modified time | relevance | path

Searched defs:rd (Results 1 – 25 of 156) sorted by relevance

1234567

/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 …]
/linux/fs/xfs/scrub/
H A Ddir_repair.c172 struct xrep_dir *rd = sc->buf; in xrep_dir_teardown() local
188 struct xrep_dir *rd; in xrep_setup_directory() local
217 struct xrep_dir *rd) in xrep_dir_lookup_parent()
242 struct xrep_dir *rd) in xrep_dir_dcache_parent()
262 struct xrep_dir *rd) in xrep_dir_find_parent()
299 struct xrep_dir *rd, in xrep_dir_want_salvage()
329 struct xrep_dir *rd, in xrep_dir_stash_createname()
356 struct xrep_dir *rd, in xrep_dir_stash_removename()
380 struct xrep_dir *rd, in xrep_dir_salvage_entry()
437 struct xrep_dir *rd, in xrep_dir_salvage_sf_entry()
[all …]
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c111 static void emit_imm(const s8 rd, s32 imm, struct rv_jit_context *ctx) in emit_imm()
124 static void emit_imm32(const s8 *rd, s32 imm, struct rv_jit_context *ctx) in emit_imm32()
136 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64()
227 static void emit_jump_and_link(u8 rd, s32 rvoff, bool force_jalr, in emit_jump_and_link()
247 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_i64() local
331 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32() local
411 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_r64() local
516 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_r32() local
652 static int emit_bcc(u8 op, u8 rd, u8 rs, int rvoff, struct rv_jit_context *ctx) in emit_bcc()
840 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_load_r64() local
[all …]
H A Dbpf_jit_comp64.c153 static void emit_sextw_alt(u8 *rd, u8 ra, struct rv_jit_context *ctx) in emit_sextw_alt()
159 static void emit_zextw_alt(u8 *rd, u8 ra, struct rv_jit_context *ctx) in emit_zextw_alt()
166 static int emit_addr(u8 rd, u64 addr, bool extra_pass, struct rv_jit_context *ctx) in emit_addr()
188 static void emit_imm(u8 rd, s64 val, struct rv_jit_context *ctx) in emit_imm()
280 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc()
316 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, in emit_branch()
406 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs()
427 static int emit_jump_and_link(u8 rd, s64 rvoff, bool fixed_addr, in emit_jump_and_link()
476 static void emit_ldx_insn(u8 rd, s16 off, u8 rs, u8 size, bool sign_ext, in emit_ldx_insn()
496 static void emit_stx_insn(u8 rd, s16 off, u8 rs, u8 size, struct rv_jit_context *ctx) in emit_stx_insn()
[all …]
/linux/arch/loongarch/kernel/
H A Dinst.c18 unsigned int rd = insn.reg1i20_format.rd; in simu_pc() local
50 unsigned int imm, imm_l, imm_h, rd, rj; in simu_branch() local
347 u32 larch_insn_gen_or(enum loongarch_gpr rd, enum loongarch_gpr rj, enum loongarch_gpr rk) in larch_insn_gen_or()
356 u32 larch_insn_gen_move(enum loongarch_gpr rd, enum loongarch_gpr rj) in larch_insn_gen_move()
361 u32 larch_insn_gen_lu12iw(enum loongarch_gpr rd, int imm) in larch_insn_gen_lu12iw()
375 u32 larch_insn_gen_lu32id(enum loongarch_gpr rd, int imm) in larch_insn_gen_lu32id()
389 u32 larch_insn_gen_lu52id(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_lu52id()
403 u32 larch_insn_gen_beq(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_beq()
417 u32 larch_insn_gen_bne(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_bne()
431 u32 larch_insn_gen_jirl(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_jirl()
/linux/drivers/gpu/drm/msm/
H A Dmsm_rd.c97 static void rd_write(struct msm_rd_state *rd, const void *buf, int sz) in rd_write()
125 static void rd_write_section(struct msm_rd_state *rd, in rd_write_section()
136 struct msm_rd_state *rd = file->private_data; in rd_read() local
172 struct msm_rd_state *rd = inode->i_private; in rd_open() local
217 struct msm_rd_state *rd = inode->i_private; in rd_release() local
234 static void rd_cleanup(struct msm_rd_state *rd) in rd_cleanup()
246 struct msm_rd_state *rd; in rd_init() local
269 struct msm_rd_state *rd; in msm_rd_debugfs_init() local
311 static void snapshot_buf(struct msm_rd_state *rd, struct drm_gem_object *obj, in snapshot_buf()
338 void msm_rd_dump_submit(struct msm_rd_state *rd, struct msm_gem_submit *submit, in msm_rd_dump_submit()
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy()
141 static void emit_imm(const s8 rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm()
156 static void emit_imm32(const s8 *rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm32()
170 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64()
425 const s8 *rd; in emit_alu_i64() local
513 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32() local
569 const s8 *rd; in emit_alu_r64() local
637 const s8 *rd; in emit_alu_r32() local
789 static int emit_bcc(u8 op, u8 rd, u8 rs, int paoff, struct hppa_jit_context *ctx) in emit_bcc()
1011 const s8 *rd = bpf_get_reg64_ref(dst, tmp1, ctx->prog->aux->verifier_zext, ctx); in emit_load_r64() local
[all …]
H A Dbpf_jit_comp64.c70 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy()
135 static void emit_imm32(u8 rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm32()
160 static void emit_imm(u8 rd, s64 imm, u8 tmpreg, struct hppa_jit_context *ctx) in emit_imm()
248 static int emit_branch(u8 op, u8 rd, u8 rs, signed long paoff, in emit_branch()
407 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs()
428 static void emit_zext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_zext_32_rd_rs()
436 static void emit_sext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_sext_32_rd_rs()
444 static void emit_zext_32_rd_t1(u8 *rd, struct hppa_jit_context *ctx) in emit_zext_32_rd_t1()
451 static void emit_sext_32_rd(u8 *rd, struct hppa_jit_context *ctx) in emit_sext_32_rd()
554 static void emit_store(const s8 rd, const s8 rs, s16 off, in emit_store()
[all …]
/linux/net/sunrpc/xprtrdma/
H A Dib_client.c60 struct rpcrdma_device *rd = rpcrdma_get_client_data(device); in rpcrdma_rn_register() local
75 struct rpcrdma_device *rd = container_of(kref, struct rpcrdma_device, in rpcrdma_rn_release() local
90 struct rpcrdma_device *rd = rpcrdma_get_client_data(device); in rpcrdma_rn_unregister() local
109 struct rpcrdma_device *rd; in rpcrdma_add_one() local
136 struct rpcrdma_device *rd = client_data; in rpcrdma_remove_one() local
/linux/arch/arm64/kvm/
H A Dsys_regs.c822 static int set_oslsr_el1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, in set_oslsr_el1()
866 const struct sys_reg_desc *rd, in reg_to_dbg()
881 const struct sys_reg_desc *rd, in dbg_to_reg()
890 static u64 *demux_wb_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd) in demux_wb_reg()
910 const struct sys_reg_desc *rd) in trap_dbg_wb_reg()
926 static int set_dbg_wb_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, in set_dbg_wb_reg()
938 static int get_dbg_wb_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, in get_dbg_wb_reg()
950 static u64 reset_dbg_wb_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd) in reset_dbg_wb_reg()
1515 const struct sys_reg_desc *rd) in ptrauth_visibility()
1698 const struct sys_reg_desc *rd, in arch_timer_set_user()
[all …]
H A Dva_layout.c135 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
269 u32 insn, oinsn, rd; in generate_mov_q() local
/linux/arch/loongarch/net/
H A Dbpf_jit.h119 static inline void move_addr(struct jit_ctx *ctx, enum loongarch_gpr rd, u64 addr) in move_addr()
140 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm()
203 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg()
238 enum loongarch_gpr rd, int jmp_offset) in cond_jmp_offset()
286 enum loongarch_gpr rd, int jmp_offset) in cond_jmp_offs26()
299 enum loongarch_gpr rd, int jmp_offset) in emit_cond_jmp()
331 enum loongarch_gpr rd, int jmp_offset) in emit_tailcall_jmp()
/linux/arch/mips/include/asm/
H A Duasm.h211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
216 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
223 # define UASM_i_SUBU(buf, rs, rt, rd) uasm_i_dsubu(buf, rs, rt, rd) argument
227 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_addu(buf, rs, rt, rd) argument
230 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_lwx(buf, rs, rt, rd) argument
231 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) argument
232 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) argument
239 # define UASM_i_SUBU(buf, rs, rt, rd) uasm_i_subu(buf, rs, rt, rd) argument
/linux/drivers/reset/
H A Dreset-pistachio.c66 struct pistachio_reset_data *rd; in pistachio_reset_assert() local
83 struct pistachio_reset_data *rd; in pistachio_reset_deassert() local
104 struct pistachio_reset_data *rd; in pistachio_reset_probe() local
/linux/arch/arm/probes/kprobes/
H A Dactions-arm.c159 int rd = (insn >> 12) & 0xf; in emulate_rd12rn16rm0rs8_rwflags() local
193 int rd = (insn >> 12) & 0xf; in emulate_rd12rn16rm0_rwflags_nopc() local
221 int rd = (insn >> 16) & 0xf; in emulate_rd16rn12rm0rs8_rwflags_nopc() local
250 int rd = (insn >> 12) & 0xf; in emulate_rd12rm0_noflags_nopc() local
/linux/drivers/memory/samsung/
H A Dexynos-srom.c54 struct exynos_srom_reg_dump *rd; in exynos_srom_alloc_reg_dump() local
158 struct exynos_srom_reg_dump *rd, in exynos_srom_save()
166 const struct exynos_srom_reg_dump *rd, in exynos_srom_restore()
/linux/fs/jffs2/
H A Dwrite.c206 struct jffs2_raw_dirent *rd, const unsigned char *name, in jffs2_write_dirent()
445 struct jffs2_raw_dirent *rd; in jffs2_do_create() local
551 struct jffs2_raw_dirent *rd; in jffs2_do_unlink() local
671 struct jffs2_raw_dirent *rd; in jffs2_do_link() local
/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
79 #define REGISTER_DESC_WITH_LENGTH(off, rd, wr, length, acc) \ argument
89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ argument
/linux/arch/arm/mm/
H A Dproc-xscale.S69 .macro cpwait, rd argument
75 .macro cpwait_ret, lr, rd
/linux/arch/loongarch/kvm/
H A Dexit.c26 int rd, rj; in kvm_emu_cpucfg() local
115 unsigned int rd, rj, csrid; in kvm_handle_csr() local
161 u32 addr, rd, rj, opcode; in kvm_emu_iocsr() local
372 unsigned int op8, opcode, rd; in kvm_emu_mmio_read() local
548 unsigned int rd, op8, opcode; in kvm_emu_mmio_write() local
/linux/arch/sparc/kernel/
H A Dunaligned_32.c73 unsigned int rd) in maybe_flush_windows()
141 unsigned int rd = (insn >> 25) & 0x1f; in compute_effective_address() local
157 unsigned int rd = (insn >> 25) & 0x1f; in safe_compute_effective_address() local
/linux/arch/loongarch/include/asm/
H A Dinst.h282 unsigned int rd : 5; member
295 unsigned int rd : 5; member
301 unsigned int rd : 5; member
308 unsigned int rd : 5; member
315 unsigned int rd : 5; member
322 unsigned int rd : 5; member
329 unsigned int rd : 5; member
336 unsigned int rd : 5; member
344 unsigned int rd : 5; member
351 unsigned int rd : 5; member
[all …]
/linux/arch/riscv/include/asm/
H A Dinsn-def.h84 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
87 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument
139 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
144 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument
158 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
162 #define INSN_I(opcode, func3, rd, rs1, simm12) \ argument
/linux/net/wireless/
H A Dreg.c356 update_world_regdomain(const struct ieee80211_regdomain * rd) update_world_regdomain() argument
468 cfg80211_save_user_regdom(const struct ieee80211_regdomain * rd) cfg80211_save_user_regdom() argument
1160 reg_get_max_bandwidth_from_range(const struct ieee80211_regdomain * rd,const struct ieee80211_reg_rule * rule) reg_get_max_bandwidth_from_range() argument
1209 reg_get_max_bandwidth(const struct ieee80211_regdomain * rd,const struct ieee80211_reg_rule * rule) reg_get_max_bandwidth() argument
1253 is_valid_rd(const struct ieee80211_regdomain * rd) is_valid_rd() argument
1507 struct ieee80211_regdomain *rd; regdom_intersect() local
3691 print_rd_rules(const struct ieee80211_regdomain * rd) print_rd_rules() argument
3757 print_regdomain(const struct ieee80211_regdomain * rd) print_regdomain() argument
3792 print_regdomain_info(const struct ieee80211_regdomain * rd) print_regdomain_info() argument
3798 reg_set_rd_core(const struct ieee80211_regdomain * rd) reg_set_rd_core() argument
3806 reg_set_rd_user(const struct ieee80211_regdomain * rd,struct regulatory_request * user_request) reg_set_rd_user() argument
3837 reg_set_rd_driver(const struct ieee80211_regdomain * rd,struct regulatory_request * driver_request) reg_set_rd_driver() argument
3900 reg_set_rd_country_ie(const struct ieee80211_regdomain * rd,struct regulatory_request * country_ie_request) reg_set_rd_country_ie() argument
3938 set_regdom(const struct ieee80211_regdomain * rd,enum ieee80211_regd_source regd_src) set_regdom() argument
4011 __regulatory_set_wiphy_regd(struct wiphy * wiphy,struct ieee80211_regdomain * rd) __regulatory_set_wiphy_regd() argument
4047 regulatory_set_wiphy_regd(struct wiphy * wiphy,struct ieee80211_regdomain * rd) regulatory_set_wiphy_regd() argument
4060 regulatory_set_wiphy_regd_sync(struct wiphy * wiphy,struct ieee80211_regdomain * rd) regulatory_set_wiphy_regd_sync() argument
[all...]
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c947 static void emit_movz_r(struct jit_context *ctx, u8 rd, u8 rs, u8 rt) in emit_movz_r()
970 static void emit_movn_r(struct jit_context *ctx, u8 rd, u8 rs, u8 rt) in emit_movn_r()
990 static void emit_sltiu_r64(struct jit_context *ctx, u8 rd, in emit_sltiu_r64()
1012 static void emit_sltu_r64(struct jit_context *ctx, u8 rd, in emit_sltu_r64()
1025 static void emit_slti_r64(struct jit_context *ctx, u8 rd, in emit_slti_r64()
1067 static void emit_slt_r64(struct jit_context *ctx, u8 rd, in emit_slt_r64()

1234567