/openbmc/linux/arch/arm64/kernel/ |
H A D | module.c | 351 int ovf; in apply_relocate_add() local 378 ovf = 0; in apply_relocate_add() 384 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 387 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 390 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 394 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 397 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 400 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add() 408 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add() 415 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 302 | 65 ovf = tarfile.TarInfo("vm.ovf") variable 66 ovf.size = len(ovf_data) 67 tar.addfile(ovf, io.BytesIO(ovf_data))
|
H A D | 302.out | 36 [{"name": "vm.ovf", "offset": 512, "size": 6}, {"name": "disk", "offset": 1536, "size": 393216}]
|
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 276 int64_t ovf; in helper_add64_ssov() local 279 ovf = (result ^ r1) & ~(r1 ^ r2); in helper_add64_ssov() 282 if (ovf < 0) { in helper_add64_ssov() 432 int64_t ovf; in helper_sub64_ssov() local 435 ovf = (result ^ r1) & (r1 ^ r2); in helper_sub64_ssov() 438 if (ovf < 0) { in helper_sub64_ssov() 697 uint64_t ret, ovf; in helper_madd64_ssov() local 704 ovf = (ret ^ mul) & ~(mul ^ r2); in helper_madd64_ssov() 710 if ((int64_t)ovf < 0) { in helper_madd64_ssov() 775 int64_t ovf; in helper_madd64_q_ssov() local [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 481 ovf = "-ovf"; 483 ovf = ""; 484 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log"; 496 …print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` | tee -a " rd "log"; 501 print "echo ", cfr[jn], cpusr[jn] ovf ": Build complete. `date` | tee -a " rd "log"; 515 print "\techo ----", cfr[j], cpusr[j] ovf ": Kernel present. `date` | tee -a " rd "log"; 541 print "echo ----", cfr[j], cpusr[j] ovf ": Build/run results: | tee -a " rd "log";
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | overflow.c | 136 bool ovf; in main() local 144 satub(300, 0, &ovf); in main()
|
/openbmc/qemu/tests/tcg/alpha/ |
H A D | Makefile.target | 8 ALPHA_TESTS=hello-alpha test-cond test-cmov test-ovf test-cvttq
|
/openbmc/linux/drivers/net/can/softing/ |
H A D | softing_fw.c | 374 uint64_t ovf; in softing_initialize_timestamp() local 379 ovf = 0x100000000ULL * 16; in softing_initialize_timestamp() 380 do_div(ovf, card->pdat->freq ?: 16); in softing_initialize_timestamp() 382 card->ts_overflow = ktime_add_us(0, ovf); in softing_initialize_timestamp()
|
/openbmc/qemu/hw/timer/ |
H A D | renesas_tmr.c | 127 int elapsed, ovf = 0; in read_tcnt() local 140 ovf = elapsed >> 8; in read_tcnt() 158 tcnt[0] = tmr->tcnt[0] + ovf; in read_tcnt()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | perf_event.c | 308 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update() argument 321 delta = (new_raw_count - (prev_raw_count & alpha_pmu->pmc_count_mask[idx])) + ovf; in alpha_perf_event_update()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 998 TCGv ovf = tcg_temp_new(); in gen_shl_sat() local 1025 tcg_gen_setcond_tl(TCG_COND_NE, ovf, dst_sar, src); in gen_shl_sat() 1026 tcg_gen_shli_tl(ovf, ovf, reg_field_info[USR_OVF].offset); in gen_shl_sat() 1027 tcg_gen_or_tl(usr, usr, ovf); in gen_shl_sat()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |