| /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/fs/xfs/scrub/ |
| H A D | dir_repair.c | 172 struct xrep_dir *rd = sc->buf; in xrep_dir_teardown() local 188 struct xrep_dir *rd; in xrep_setup_directory() local 217 xrep_dir_lookup_parent(struct xrep_dir * rd) xrep_dir_lookup_parent() argument 242 xrep_dir_dcache_parent(struct xrep_dir * rd) xrep_dir_dcache_parent() argument 262 xrep_dir_find_parent(struct xrep_dir * rd) xrep_dir_find_parent() argument 299 xrep_dir_want_salvage(struct xrep_dir * rd,const char * name,int namelen,xfs_ino_t ino) xrep_dir_want_salvage() argument 329 xrep_dir_stash_createname(struct xrep_dir * rd,const struct xfs_name * name,xfs_ino_t ino) xrep_dir_stash_createname() argument 356 xrep_dir_stash_removename(struct xrep_dir * rd,const struct xfs_name * name,xfs_ino_t ino) xrep_dir_stash_removename() argument 380 xrep_dir_salvage_entry(struct xrep_dir * rd,unsigned char * name,unsigned int namelen,xfs_ino_t ino) xrep_dir_salvage_entry() argument 437 xrep_dir_salvage_sf_entry(struct xrep_dir * rd,struct xfs_dir2_sf_hdr * sfp,struct xfs_dir2_sf_entry * sfep) xrep_dir_salvage_sf_entry() argument 453 xrep_dir_salvage_data_entry(struct xrep_dir * rd,struct xfs_dir2_data_entry * dep) xrep_dir_salvage_data_entry() argument 468 xrep_dir_recover_data(struct xrep_dir * rd,struct xfs_buf * bp) xrep_dir_recover_data() argument 515 xrep_dir_recover_sf(struct xrep_dir * rd) xrep_dir_recover_sf() argument 562 xrep_dir_guess_format(struct xrep_dir * rd,__be32 * magic_guess) xrep_dir_guess_format() argument 604 xrep_dir_recover_dirblock(struct xrep_dir * rd,__be32 magic_guess,xfs_dablk_t dabno) xrep_dir_recover_dirblock() argument 672 xrep_dir_init_args(struct xrep_dir * rd,struct xfs_inode * dp,const struct xfs_name * name) xrep_dir_init_args() argument 693 xrep_dir_replay_createname(struct xrep_dir * rd,const struct xfs_name * name,xfs_ino_t inum,xfs_extlen_t total) xrep_dir_replay_createname() argument 720 xrep_dir_replay_removename(struct xrep_dir * rd,const struct xfs_name * name,xfs_extlen_t total) xrep_dir_replay_removename() argument 743 xrep_dir_replay_update(struct xrep_dir * rd,const struct xfs_name * xname,const struct xrep_dirent * dirent) xrep_dir_replay_update() argument 845 xrep_dir_replay_updates(struct xrep_dir * rd) xrep_dir_replay_updates() argument 889 xrep_dir_flush_stashed(struct xrep_dir * rd) xrep_dir_flush_stashed() argument 946 xrep_dir_want_flush_stashed(struct xrep_dir * rd) xrep_dir_want_flush_stashed() argument 957 xrep_dir_recover(struct xrep_dir * rd) xrep_dir_recover() argument 1013 xrep_dir_find_entries(struct xrep_dir * rd) xrep_dir_find_entries() argument 1040 xrep_dir_salvage_entries(struct xrep_dir * rd) xrep_dir_salvage_entries() argument 1113 struct xrep_dir *rd = priv; xrep_dir_scan_pptr() local 1151 struct xrep_dir *rd = priv; xrep_dir_scan_dirent() local 1183 xrep_dir_want_scan(struct xrep_dir * rd,const struct xfs_inode * ip) xrep_dir_want_scan() argument 1197 xrep_dir_scan_ilock(struct xrep_dir * rd,struct xfs_inode * ip) xrep_dir_scan_ilock() argument 1225 xrep_dir_scan_file(struct xrep_dir * rd,struct xfs_inode * ip) xrep_dir_scan_file() argument 1276 xrep_dir_scan_dirtree(struct xrep_dir * rd) xrep_dir_scan_dirtree() argument 1360 struct xrep_dir *rd; xrep_dir_live_update() local 1421 xrep_dir_reset_fork(struct xrep_dir * rd,xfs_ino_t parent_ino) xrep_dir_reset_fork() argument 1515 xrep_dir_replace(struct xrep_dir * rd,struct xfs_inode * dp,const struct xfs_name * name,xfs_ino_t inum,xfs_extlen_t total) xrep_dir_replace() argument 1542 xrep_dir_set_nlink(struct xrep_dir * rd) xrep_dir_set_nlink() argument 1603 xrep_dir_finalize_tempdir(struct xrep_dir * rd) xrep_dir_finalize_tempdir() argument 1638 xrep_dir_swap(struct xrep_dir * rd) xrep_dir_swap() argument 1725 xrep_dir_rebuild_tree(struct xrep_dir * rd) xrep_dir_rebuild_tree() argument 1788 xrep_dir_setup_scan(struct xrep_dir * rd) xrep_dir_setup_scan() argument 1832 xrep_dir_move_to_orphanage(struct xrep_dir * rd) xrep_dir_move_to_orphanage() argument 1922 struct xrep_dir *rd = sc->buf; xrep_directory() local [all...] |
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp32.c | 111 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 D | bpf_jit_comp64.c | 153 static void emit_sextw_alt(u8 *rd, u8 ra, struct rv_jit_context *ctx) in emit_sextw_alt() argument 159 static void emit_zextw_alt(u8 *rd, u8 ra, struct rv_jit_context *ctx) in emit_zextw_alt() argument 166 static int emit_addr(u8 rd, u64 addr, bool extra_pass, struct rv_jit_context *ctx) in emit_addr() argument 188 emit_imm(u8 rd,s64 val,struct rv_jit_context * ctx) emit_imm() argument 280 emit_bcc(u8 cond,u8 rd,u8 rs,int rvoff,struct rv_jit_context * ctx) emit_bcc() argument 316 emit_branch(u8 cond,u8 rd,u8 rs,int rvoff,struct rv_jit_context * ctx) emit_branch() argument 406 init_regs(u8 * rd,u8 * rs,const struct bpf_insn * insn,struct rv_jit_context * ctx) init_regs() argument 427 emit_jump_and_link(u8 rd,s64 rvoff,bool fixed_addr,struct rv_jit_context * ctx) emit_jump_and_link() argument 476 emit_ldx_insn(u8 rd,s16 off,u8 rs,u8 size,bool sign_ext,struct rv_jit_context * ctx) emit_ldx_insn() argument 496 emit_stx_insn(u8 rd,s16 off,u8 rs,u8 size,struct rv_jit_context * ctx) emit_stx_insn() argument 514 emit_ldx(u8 rd,s16 off,u8 rs,u8 size,bool sign_ext,struct rv_jit_context * ctx) emit_ldx() argument 531 emit_st(u8 rd,s16 off,s32 imm,u8 size,struct rv_jit_context * ctx) emit_st() argument 548 emit_stx(u8 rd,s16 off,u8 rs,u8 size,struct rv_jit_context * ctx) emit_stx() argument 564 emit_atomic_ld_st(u8 rd,u8 rs,const struct bpf_insn * insn,struct rv_jit_context * ctx) emit_atomic_ld_st() argument 606 emit_atomic_rmw(u8 rd,u8 rs,const struct bpf_insn * insn,struct rv_jit_context * ctx) emit_atomic_rmw() argument 717 sign_extend(u8 rd,u8 rs,u8 sz,bool sign,struct rv_jit_context * ctx) sign_extend() argument 1376 u8 rd = -1, rs = -1, code = insn->code; bpf_jit_emit_insn() local [all...] |
| /linux/arch/loongarch/kernel/ |
| H A D | inst.c | 18 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 D | msm_rd.c | 97 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 D | bpf_jit_comp32.c | 120 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 D | bpf_jit_comp64.c | 70 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 D | ib_client.c | 60 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 D | sys_regs.c | 822 set_oslsr_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_oslsr_el1() argument 866 reg_to_dbg(struct kvm_vcpu * vcpu,struct sys_reg_params * p,const struct sys_reg_desc * rd,u64 * dbg_reg) reg_to_dbg() argument 881 dbg_to_reg(struct kvm_vcpu * vcpu,struct sys_reg_params * p,const struct sys_reg_desc * rd,u64 * dbg_reg) dbg_to_reg() argument 890 demux_wb_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) demux_wb_reg() argument 910 trap_dbg_wb_reg(struct kvm_vcpu * vcpu,struct sys_reg_params * p,const struct sys_reg_desc * rd) trap_dbg_wb_reg() argument 926 set_dbg_wb_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_dbg_wb_reg() argument 938 get_dbg_wb_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 * val) get_dbg_wb_reg() argument 950 reset_dbg_wb_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) reset_dbg_wb_reg() argument 1515 ptrauth_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) ptrauth_visibility() argument 1698 arch_timer_set_user(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) arch_timer_set_user() argument 1723 arch_timer_get_user(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 * val) arch_timer_get_user() argument 1779 arm64_check_features(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) arm64_check_features() argument 2023 sve_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) sve_visibility() argument 2032 sme_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) sme_visibility() argument 2041 fp8_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) fp8_visibility() argument 2172 set_id_aa64dfr0_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_id_aa64dfr0_el1() argument 2211 read_sanitised_id_dfr0_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) read_sanitised_id_dfr0_el1() argument 2228 set_id_dfr0_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_id_dfr0_el1() argument 2255 set_id_aa64pfr0_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_id_aa64pfr0_el1() argument 2284 set_id_aa64pfr1_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_id_aa64pfr1_el1() argument 2320 set_id_aa64pfr2_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_id_aa64pfr2_el1() argument 2338 set_id_aa64mmfr0_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_id_aa64mmfr0_el1() argument 2354 set_id_aa64mmfr2_el1(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_id_aa64mmfr2_el1() argument 2370 set_ctr_el0(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 user_val) set_ctr_el0() argument 2404 get_id_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 * val) get_id_reg() argument 2423 set_id_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_id_reg() argument 2475 get_raz_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 * val) get_raz_reg() argument 2482 set_wi_reg(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_wi_reg() argument 2564 set_clidr(struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 val) set_clidr() argument 2607 mte_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) mte_visibility() argument 2624 el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) el2_visibility() argument 2823 __el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,unsigned int (* fn)(const struct kvm_vcpu *,const struct sys_reg_desc *)) __el2_visibility() argument 2831 sve_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) sve_el2_visibility() argument 2837 vncr_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) vncr_el2_visibility() argument 2847 sctlr2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) sctlr2_visibility() argument 2856 sctlr2_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) sctlr2_el2_visibility() argument 2927 s1poe_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) s1poe_visibility() argument 2936 s1poe_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) s1poe_el2_visibility() argument 2942 tcr2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) tcr2_visibility() argument 2951 tcr2_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) tcr2_el2_visibility() argument 2957 fgt2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) fgt2_visibility() argument 2967 fgt_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) fgt_visibility() argument 2977 s1pie_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) s1pie_visibility() argument 2986 s1pie_el2_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) s1pie_el2_visibility() argument 2992 cnthv_visibility(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd) cnthv_visibility() argument 5593 walk_one_sys_reg(const struct kvm_vcpu * vcpu,const struct sys_reg_desc * rd,u64 __user ** uind,unsigned int * total) walk_one_sys_reg() argument [all...] |
| 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 269 u32 insn, oinsn, rd; in generate_mov_q() local
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.h | 119 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 D | uasm.h | 211 # 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 D | reset-pistachio.c | 66 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 D | actions-arm.c | 159 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 D | exynos-srom.c | 54 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 D | write.c | 206 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 D | vgic-mmio.h | 67 #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 D | proc-xscale.S | 69 .macro cpwait, rd argument 75 .macro cpwait_ret, lr, rd
|
| /linux/arch/loongarch/kvm/ |
| H A D | exit.c | 26 int rd, rj; in kvm_emu_cpucfg() local 115 unsigned int rd, rj, csrid; kvm_handle_csr() local 161 u32 addr, rd, rj, opcode; kvm_emu_iocsr() local 372 unsigned int op8, opcode, rd; kvm_emu_mmio_read() local 548 unsigned int rd, op8, opcode; kvm_emu_mmio_write() local [all...] |
| /linux/arch/sparc/kernel/ |
| H A D | unaligned_32.c | 73 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 D | inst.h | 282 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 D | insn-def.h | 84 #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 D | reg.c | 356 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 D | bpf_jit_comp32.c | 947 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()
|