/openbmc/linux/arch/hexagon/kernel/ |
H A D | head.S | 71 r1 = sub(r1, r2); define 74 r1 = add(r1, r3); /* + (4M-1) */ define 77 r1 = r25; define 80 r1 = and(r1,r2); define 85 r1 = add(r1,r2) /* r1 = 4MB PTE for the first entry */ define 99 r1 = r25; define 102 r1 = and(r1,r2); /* for huge page */ define 104 r1 = add(r1,r2); define 121 r1 = #VM_TRANS_TYPE_TABLE define 148 r1 = add(r1,r2); define [all …]
|
/openbmc/linux/tools/testing/memblock/tests/ |
H A D | basic_api.c | 124 struct region r1 = { in memblock_add_disjoint_check() local 177 struct region r1 = { in memblock_add_overlap_top_check() local 229 struct region r1 = { in memblock_add_overlap_bottom_check() local 278 struct region r1 = { in memblock_add_within_check() local 349 struct region r1 = { in memblock_add_between_check() local 588 struct region r1 = { in memblock_reserve_disjoint_check() local 642 struct region r1 = { in memblock_reserve_overlap_top_check() local 695 struct region r1 = { in memblock_reserve_overlap_bottom_check() local 746 struct region r1 = { in memblock_reserve_within_check() local 818 struct region r1 = { in memblock_reserve_between_check() local [all …]
|
H A D | alloc_api.c | 75 struct region r1; in alloc_top_down_disjoint_check() local 169 struct region r1; in alloc_top_down_after_check() local 218 struct region r1, r2; in alloc_top_down_second_fit_check() local 267 struct region r1, r2; in alloc_in_between_generic_check() local 552 struct region r1; in alloc_bottom_up_disjoint_check() local 642 struct region r1; in alloc_bottom_up_after_check() local 692 struct region r1, r2; in alloc_bottom_up_second_fit_check() local
|
H A D | alloc_nid_api.c | 419 struct region r1, r2; in alloc_nid_top_down_reserved_with_space_check() local 483 struct region r1, r2; in alloc_nid_reserved_full_merge_generic_check() local 546 struct region r1, r2; in alloc_nid_top_down_reserved_no_space_check() local 613 struct region r1, r2; in alloc_nid_reserved_all_generic_check() local 892 struct region r1, r2; in alloc_nid_bottom_up_reserved_with_space_check() local 962 struct region r1, r2; in alloc_nid_bottom_up_reserved_no_space_check() local 1406 struct region r1; in alloc_nid_top_down_numa_part_reserved_check() local 1466 struct region r1; in alloc_nid_top_down_numa_part_reserved_fallback_check() local 1951 struct region r1; in alloc_nid_bottom_up_numa_part_reserved_check() local 2013 struct region r1; in alloc_nid_bottom_up_numa_part_reserved_fallback_check() local [all …]
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 211 static inline void gen_offset_ld(DisasContext *ctx, TCGv r1, TCGv r2, in gen_offset_ld() 219 static inline void gen_offset_st(DisasContext *ctx, TCGv r1, TCGv r2, in gen_offset_st() 260 static void gen_st_preincr(DisasContext *ctx, TCGv r1, TCGv r2, int16_t off, in gen_st_preincr() 269 static void gen_ld_preincr(DisasContext *ctx, TCGv r1, TCGv r2, int16_t off, in gen_ld_preincr() 375 static inline void gen_mtcr(DisasContext *ctx, TCGv r1, in gen_mtcr() 395 static inline void gen_add_d(TCGv ret, TCGv r1, TCGv r2) in gen_add_d() 417 gen_add64_d(TCGv_i64 ret, TCGv_i64 r1, TCGv_i64 r2) in gen_add64_d() 489 static inline void gen_madd32_d(TCGv ret, TCGv r1, TCGv r2, TCGv r3) in gen_madd32_d() 520 static inline void gen_maddi32_d(TCGv ret, TCGv r1, TCGv r2, int32_t con) in gen_maddi32_d() 527 gen_madd64_d(TCGv ret_low, TCGv ret_high, TCGv r1, TCGv r2_low, TCGv r2_high, in gen_madd64_d() [all …]
|
H A D | op_helper.c | 264 target_ulong helper_add_ssov(CPUTriCoreState *env, target_ulong r1, in helper_add_ssov() 273 uint64_t helper_add64_ssov(CPUTriCoreState *env, uint64_t r1, uint64_t r2) in helper_add64_ssov() 298 target_ulong helper_add_h_ssov(CPUTriCoreState *env, target_ulong r1, in helper_add_h_ssov() 308 uint32_t helper_addr_h_ssov(CPUTriCoreState *env, uint64_t r1, uint32_t r2_l, in helper_addr_h_ssov() 354 uint32_t helper_addsur_h_ssov(CPUTriCoreState *env, uint64_t r1, uint32_t r2_l, in helper_addsur_h_ssov() 401 target_ulong helper_add_suov(CPUTriCoreState *env, target_ulong r1, in helper_add_suov() 410 target_ulong helper_add_h_suov(CPUTriCoreState *env, target_ulong r1, in helper_add_h_suov() 420 target_ulong helper_sub_ssov(CPUTriCoreState *env, target_ulong r1, in helper_sub_ssov() 429 uint64_t helper_sub64_ssov(CPUTriCoreState *env, uint64_t r1, uint64_t r2) in helper_sub64_ssov() 454 target_ulong helper_sub_h_ssov(CPUTriCoreState *env, target_ulong r1, in helper_sub_h_ssov() [all …]
|
H A D | fpu_helper.c | 206 uint32_t helper_qseed(CPUTriCoreState *env, uint32_t r1) in helper_qseed() 254 uint32_t helper_fdiv(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in helper_fdiv() 280 uint32_t helper_fmadd(CPUTriCoreState *env, uint32_t r1, in helper_fmadd() 306 uint32_t helper_fmsub(CPUTriCoreState *env, uint32_t r1, in helper_fmsub() 334 uint32_t helper_fcmp(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in helper_fcmp()
|
/openbmc/linux/include/media/ |
H A D | v4l2-rect.h | 79 static inline bool v4l2_rect_same_size(const struct v4l2_rect *r1, in v4l2_rect_same_size() 92 static inline bool v4l2_rect_same_position(const struct v4l2_rect *r1, in v4l2_rect_same_position() 105 static inline bool v4l2_rect_equal(const struct v4l2_rect *r1, in v4l2_rect_equal() 118 const struct v4l2_rect *r1, in v4l2_rect_intersect() 165 static inline bool v4l2_rect_overlap(const struct v4l2_rect *r1, in v4l2_rect_overlap() 194 static inline bool v4l2_rect_enclosed(struct v4l2_rect *r1, in v4l2_rect_enclosed()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | ioasm.c | 20 unsigned long r1 = *(unsigned int *)&schid; in __stsch() local 49 unsigned long r1 = *(unsigned int *)&schid; in __msch() local 77 unsigned long r1 = *(unsigned int *)&schid; in __tsch() local 103 unsigned long r1 = *(unsigned int *)&schid; in __ssch() local 132 unsigned long r1 = *(unsigned int *)&schid; in __csch() local 195 unsigned long r1 = *(unsigned int *)&schid; in __rsch() local 221 unsigned long r1 = *(unsigned int *)&schid; in __hsch() local 248 unsigned long r1 = *(unsigned int *)&schid; in __xsch() local
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 93 static void tci_args_rr(uint32_t insn, TCGReg *r0, TCGReg *r1) in tci_args_rr() 106 TCGReg *r1, MemOpIdx *m2) in tci_args_rrm() 113 static void tci_args_rrr(uint32_t insn, TCGReg *r0, TCGReg *r1, TCGReg *r2) in tci_args_rrr() 120 static void tci_args_rrs(uint32_t insn, TCGReg *r0, TCGReg *r1, int32_t *i2) in tci_args_rrs() 127 static void tci_args_rrbb(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrbb() 137 TCGReg *r0, TCGReg *r1, TCGReg *r2, TCGCond *c3) in tci_args_rrrc() 145 static void tci_args_rrrbb(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrbb() 155 static void tci_args_rrrrr(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrrr() 166 TCGReg *r0, TCGReg *r1, TCGReg *r2, TCGReg *r3) in tci_args_rrrr() 174 static void tci_args_rrrrrc(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrrrc() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | rxsbg.c | 10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg() 22 unsigned long r1 = 6; in test_cc0() local 32 unsigned long r1 = 2; in test_cc1() local
|
H A D | lcbb.c | 10 lcbb(long *r1, void *dxb2, int m3, int *cc) in lcbb() 25 long r1 = 0xfedcba9876543210; in test_lcbb() local
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 163 #define hppa_shrpw(r1, r2, p, target) \ argument 165 #define hppa_shd(r1, r2, p, target) \ argument 177 #define hppa_sh2add(r1, r2, target) \ argument 180 #define hppa_combt(r1, r2, target_addr, condition, nop) \ argument 183 #define hppa_beq(r1, r2, target_addr) \ argument 185 #define hppa_blt(r1, r2, target_addr) \ argument 187 #define hppa_ble(r1, r2, target_addr) \ argument 189 #define hppa_bltu(r1, r2, target_addr) \ argument 191 #define hppa_bleu(r1, r2, target_addr) \ argument 194 #define hppa_combf(r1, r2, target_addr, condition, nop) \ argument [all …]
|
/openbmc/qemu/target/s390x/ |
H A D | diag.c | 28 int handle_diag_288(CPUS390XState *env, uint64_t r1, uint64_t r3) in handle_diag_288() 56 static int diag308_parm_check(CPUS390XState *env, uint64_t r1, uint64_t addr, in diag308_parm_check() 76 void handle_diag_308(CPUS390XState *env, uint64_t r1, uint64_t r3, uintptr_t ra) in handle_diag_308()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | test_cmp.S | 15 r1 = #0 define 26 r1 = #0 define
|
H A D | test_dotnew.S | 15 r1 = #2 define 26 r1 = memw(sp+#4) define
|
H A D | test_lsr.S | 9 r1 = #2147483647 define 25 r1 = #0x00000000 define
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc_spi.c | 57 u8 r1; in mmc_spi_sendcmd() local 81 u8 r1; in mmc_spi_readdata() local 116 u8 r1; in mmc_spi_writedata() local 177 u8 r1; in mmc_spi_request() local
|
/openbmc/linux/kernel/ |
H A D | resource_kunit.c | 23 static struct resource r1 = { .start = R1_START, .end = R1_END }; variable 29 struct resource *r1; member 85 struct resource *r1, struct resource *r2) in resource_do_test()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-core.S | 39 #define PMUL_128x128(r0, r1, m0, m1, T0, T1) \ argument 51 #define PMUL_128x128_4x(r0, r1, m0, m1, T0, T1, \ argument 100 #define REDUCTION(a, r0, r1, rconst, T0, T1) \ argument 109 #define SM4_CRYPT_PMUL_128x128_BLK(b0, r0, r1, m0, m1, T0, T1) \ argument 134 r0, r1, m0, m1, T0, T1, \ argument
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_clock.c | 53 u64 tsc_freq, r1, r2, t1, t2; in check_tsc_msr_rdtsc() local 86 u64 r1, r2, t1, t2; in check_tsc_msr_tsc_page() local 178 u64 tsc_freq, r1, r2, t1, t2; in host_check_tsc_msr_rdtsc() local
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 419 int pcilg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in pcilg_service_call() 519 int pcistg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in pcistg_service_call() 693 int rpcit_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in rpcit_service_call() 825 int pcistb_service_call(S390CPU *cpu, uint8_t r1, uint8_t r3, uint64_t gaddr, in pcistb_service_call() 1152 int mpcifc_service_call(S390CPU *cpu, uint8_t r1, uint64_t fiba, uint8_t ar, in mpcifc_service_call() 1330 int stpcifc_service_call(S390CPU *cpu, uint8_t r1, uint64_t fiba, uint8_t ar, in stpcifc_service_call()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | sfp-machine_32.h | 78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
|
/openbmc/linux/arch/mips/kernel/ |
H A D | linux32.c | 47 #define merge_64(r1, r2) ((((r1) & 0xffffffffUL) << 32) + ((r2) & 0xffffffffUL)) argument 50 #define merge_64(r1, r2) ((((r2) & 0xffffffffUL) << 32) + ((r1) & 0xffffffffUL)) argument
|
/openbmc/phosphor-pid-control/experiments/ |
H A D | drive.cpp | 88 ReadReturn r1 = fan1->read(); in driveGoal() local 154 ReadReturn r1 = fan1->read(); in driveTime() local 200 ReadReturn r1 = fan1->read(); in driveMain() local
|