/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit.h | 275 u8 funct3, u8 rd, u8 opcode) in rv_amo_insn() 633 static inline u16 rvc_addi(u8 rd, u32 imm6) in rvc_addi() 638 static inline u16 rvc_li(u8 rd, u32 imm6) in rvc_li() 652 static inline u16 rvc_lui(u8 rd, u32 imm6) in rvc_lui() 672 static inline u16 rvc_sub(u8 rd, u8 rs) in rvc_sub() 677 static inline u16 rvc_xor(u8 rd, u8 rs) in rvc_xor() 682 static inline u16 rvc_or(u8 rd, u8 rs) in rvc_or() 687 static inline u16 rvc_and(u8 rd, u8 rs) in rvc_and() 710 static inline u16 rvc_mv(u8 rd, u8 rs) in rvc_mv() 720 static inline u16 rvc_add(u8 rd, u8 rs) in rvc_add() [all …]
|
H A D | bpf_jit_comp32.c | 136 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64() 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 841 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_load_r64() local 879 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_store_r64() local 946 const s8 *rd; in emit_zext64() local 1074 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn() local 1099 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn() local [all …]
|
H A D | bpf_jit_comp64.c | 167 static void emit_imm(u8 rd, s64 val, struct rv_jit_context *ctx) in emit_imm() 254 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() 290 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, in emit_branch() 387 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs() 408 static void emit_zext_32_rd_rs(u8 *rd, u8 *rs, struct rv_jit_context *ctx) in emit_zext_32_rd_rs() 418 static void emit_sext_32_rd_rs(u8 *rd, u8 *rs, struct rv_jit_context *ctx) in emit_sext_32_rd_rs() 426 static void emit_zext_32_rd_t1(u8 *rd, struct rv_jit_context *ctx) in emit_zext_32_rd_t1() 434 static void emit_sext_32_rd(u8 *rd, struct rv_jit_context *ctx) in emit_sext_32_rd() 440 static int emit_jump_and_link(u8 rd, s64 rvoff, bool fixed_addr, in emit_jump_and_link() 483 static void emit_atomic(u8 rd, u8 rs, s16 off, s32 imm, bool is64, in emit_atomic() [all …]
|
/openbmc/linux/arch/arm/net/ |
H A D | bpf_jit_32.h | 217 #define ARM_MOV_R(rd, rm) _AL3_R(ARM_INST_MOV, rd, 0, rm) argument 218 #define ARM_MOVS_R(rd, rm) _AL3_R(ARM_INST_MOVS, rd, 0, rm) argument 219 #define ARM_MOV_I(rd, imm) _AL3_I(ARM_INST_MOV, rd, 0, imm) argument 220 #define ARM_MOV_SR(rd, rm, type, rs) \ argument 222 #define ARM_MOV_SI(rd, rm, type, imm6) \ argument 225 #define ARM_MOVW(rd, imm) \ argument 228 #define ARM_MOVT(rd, 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 [all …]
|
H A D | bpf_jit_32.c | 721 const s8 *rd; in emit_a32_alu_r64() local 789 s8 rd; in emit_a32_alu_i() local 816 const s8 *rd; in emit_a32_neg64() local 833 const s8 *rd; in emit_a32_lsh_r64() local 857 const s8 *rd; in emit_a32_arsh_r64() local 882 const s8 *rd; in emit_a32_rsh_r64() local 906 const s8 *rd; in emit_a32_lsh_i64() local 932 const s8 *rd; in emit_a32_rsh_i64() local 962 const s8 *rd; in emit_a32_arsh_i64() local 991 const s8 *rd, *rt; in emit_a32_mul_r64() local [all …]
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cpu_asm.h | 113 #define ASM_1(opcode, rd) ((opcode) + \ argument 117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 186 #define ASM_MFCR(rd) ASM_1(OP_MFCR, rd) argument 187 #define ASM_MTCR(rd) ASM_1(OP_MTCR, rd) argument 188 #define ASM_MFXER(rd) ASM_1(OP_MFXER, rd) argument 189 #define ASM_MTXER(rd) ASM_1(OP_MTXER, rd) argument 190 #define ASM_MFCTR(rd) ASM_1(OP_MFCTR, rd) argument 191 #define ASM_MTCTR(rd) ASM_1(OP_MTCTR, rd) argument 196 #define ASM_MFLR(rd) ASM_1(OP_MFLR, rd) argument [all …]
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 280 struct rapl_domain *rd; in get_energy_counter() local 438 struct rapl_domain *rd; in set_power_limit() local 458 struct rapl_domain *rd; in get_current_power_limit() local 479 struct rapl_domain *rd; in set_time_window() local 496 struct rapl_domain *rd; in get_time_window() local 517 struct rapl_domain *rd; in get_constraint_name() local 530 struct rapl_domain *rd; in get_max_power() local 1312 struct rapl_domain *rd; in rapl_package_register_powercap() local 1476 struct rapl_domain *rd; in rapl_detect_domains() local 1635 struct rapl_domain *rd; in power_limit_state_save() local [all …]
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | inst.c | 16 unsigned int rd = insn.reg1i20_format.rd; in simu_pc() local 48 unsigned int imm, imm_l, imm_h, rd, rj; in simu_branch() local 270 u32 larch_insn_gen_or(enum loongarch_gpr rd, enum loongarch_gpr rj, enum loongarch_gpr rk) in larch_insn_gen_or() 279 u32 larch_insn_gen_move(enum loongarch_gpr rd, enum loongarch_gpr rj) in larch_insn_gen_move() 284 u32 larch_insn_gen_lu12iw(enum loongarch_gpr rd, int imm) in larch_insn_gen_lu12iw() 298 u32 larch_insn_gen_lu32id(enum loongarch_gpr rd, int imm) in larch_insn_gen_lu32id() 312 u32 larch_insn_gen_lu52id(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_lu52id() 326 u32 larch_insn_gen_jirl(enum loongarch_gpr rd, enum loongarch_gpr rj, int imm) in larch_insn_gen_jirl()
|
/openbmc/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 235 static void rd_cleanup(struct msm_rd_state *rd) in rd_cleanup() 247 struct msm_rd_state *rd; in rd_init() local 270 struct msm_rd_state *rd; in msm_rd_debugfs_init() local 309 static void snapshot_buf(struct msm_rd_state *rd, in snapshot_buf() 350 void msm_rd_dump_submit(struct msm_rd_state *rd, struct msm_gem_submit *submit, in msm_rd_dump_submit()
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 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 1058 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_store_r64() local 1092 static void emit_rev16(const s8 rd, struct hppa_jit_context *ctx) in emit_rev16() 1108 const s8 *rd; in emit_zext64() local 1245 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn() local 1271 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn() 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 …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 241 uint64_t *rd = vd; in HELPER() local 256 uint64_t *rd = vd; in HELPER() local 299 uint64_t *rd = vd; in HELPER() local 334 uint64_t *rd = vd; in HELPER() local 361 uint64_t *rd = vd; in HELPER() local 379 uint64_t *rd = vd; in HELPER() local 433 uint64_t *rd = vd; in HELPER() local 450 uint64_t *rd = vd; in HELPER() local 467 uint64_t *rd = vd; in HELPER() local 483 uint64_t *rd = vd; in HELPER() local [all …]
|
/openbmc/linux/kernel/time/ |
H A D | sched_clock.c | 85 struct clock_read_data *rd; in sched_clock_noinstr() local 120 static void update_clock_read_data(struct clock_read_data *rd) in update_clock_read_data() 142 struct clock_read_data rd; in update_sched_clock() local 170 struct clock_read_data rd; in sched_clock_register() local 277 struct clock_read_data *rd = &cd.read_data[0]; in sched_clock_suspend() local 288 struct clock_read_data *rd = &cd.read_data[0]; in sched_clock_resume() local
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 536 const struct sys_reg_desc *rd) in trap_bvr() 565 const struct sys_reg_desc *rd) in reset_bvr() 573 const struct sys_reg_desc *rd) in trap_bcr() 602 const struct sys_reg_desc *rd) in reset_bcr() 610 const struct sys_reg_desc *rd) in trap_wvr() 640 const struct sys_reg_desc *rd) in reset_wvr() 648 const struct sys_reg_desc *rd) in trap_wcr() 677 const struct sys_reg_desc *rd) in reset_wcr() 1154 const struct sys_reg_desc *rd) in ptrauth_visibility() 1250 const struct sys_reg_desc *rd, in arm64_check_features() [all …]
|
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/ |
H A D | test_r5900_multu.c | 11 uint32_t rd, lo, hi; in multu() local 30 uint32_t rd, lo, hi; in multu1() local 49 uint64_t rd = multu(rs, rt); in multu_variants() local
|
H A D | test_r5900_maddu.c | 13 uint32_t rd; in maddu() local 36 uint32_t rd; in maddu1() local 57 int64_t rd = maddu(a, rs, rt); in maddu_variants() local
|
H A D | test_r5900_mult.c | 11 int32_t rd, lo, hi; in mult() local 30 int32_t rd, lo, hi; in mult1() local 49 int64_t rd = mult(rs, rt); in mult_variants() local
|
H A D | test_r5900_madd.c | 13 int32_t rd; in madd() local 36 int32_t rd; in madd1() local 57 int64_t rd = madd(a, rs, rt); in madd_variants() local
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.h | 85 static inline void move_addr(struct jit_ctx *ctx, enum loongarch_gpr rd, u64 addr) in move_addr() 106 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm() 169 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() 204 enum loongarch_gpr rd, int jmp_offset) in cond_jmp_offset() 252 enum loongarch_gpr rd, int jmp_offset) in cond_jmp_offs26() 265 enum loongarch_gpr rd, int jmp_offset) in emit_cond_jmp() 297 enum loongarch_gpr rd, int jmp_offset) in emit_tailcall_jmp()
|
/openbmc/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
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 54 def _recipe_contains(rd, var): argument 130 def _cleanup_on_error(rd, srctree): argument 137 def _upgrade_error(e, rd, srctree, keep_failure=False, extramsg=None): argument 147 def _get_uri(rd): argument 170 def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd… argument 335 …sums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace, tinfoil, rd, license_diff, new_l… argument
|
H A D | standard.py | 463 def symlink_oelocal_files_srctree(rd, srctree): argument 1341 def _export_patches(srctree, rd, start_revs, destdir, changed_revs=None): argument 1422 def _create_kconfig_diff(srctree, rd, outfile): argument 1449 def _export_local_files(srctree, rd, destdir, srctreebase): argument 1563 def _determine_files_dir(rd): argument 1575 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument 1674 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument 1874 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | insn-def.h | 63 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 66 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 101 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 106 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 115 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 119 #define INSN_I(opcode, func3, rd, rs1, simm12) \ argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uasm.h | 213 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 216 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 217 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument 218 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument 225 # define UASM_i_SUBU(buf, rs, rt, rd) uasm_i_dsubu(buf, rs, rt, rd) argument 229 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_addu(buf, rs, rt, rd) argument 232 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_lwx(buf, rs, rt, rd) argument 233 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) argument 234 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) argument 241 # define UASM_i_SUBU(buf, rs, rt, rd) uasm_i_subu(buf, rs, rt, rd) argument
|
/openbmc/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
|