Home
last modified time | relevance | path

Searched refs:ovf (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dmodule.c351 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 D30265 ovf = tarfile.TarInfo("vm.ovf") variable
66 ovf.size = len(ovf_data)
67 tar.addfile(ovf, io.BytesIO(ovf_data))
H A D302.out36 [{"name": "vm.ovf", "offset": 512, "size": 6}, {"name": "disk", "offset": 1536, "size": 393216}]
/openbmc/qemu/target/tricore/
H A Dop_helper.c276 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 Dkvm.sh481 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 Doverflow.c136 bool ovf; in main() local
144 satub(300, 0, &ovf); in main()
/openbmc/qemu/tests/tcg/alpha/
H A DMakefile.target8 ALPHA_TESTS=hello-alpha test-cond test-cmov test-ovf test-cvttq
/openbmc/linux/drivers/net/can/softing/
H A Dsofting_fw.c374 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 Drenesas_tmr.c127 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 Dperf_event.c308 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 Dgenptr.c998 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 Dopengrok1.0.log[all...]