Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmodule.c238 int ovf; in apply_relocate_add() local
265 ovf = 0; in apply_relocate_add()
271 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64, me); in apply_relocate_add()
274 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32, me); in apply_relocate_add()
277 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16, me); in apply_relocate_add()
281 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64, me); in apply_relocate_add()
284 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32, me); in apply_relocate_add()
287 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16, me); in apply_relocate_add()
295 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add()
302 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add()
[all …]
/linux/include/vdso/
H A Dmath64.h46 bool ovf; in mul_u64_u32_add_u64_shr() local
49 ovf = __builtin_add_overflow(mul_u32_u32(al, mul), b, &ret); in mul_u64_u32_add_u64_shr()
51 if (ovf && shift) in mul_u64_u32_add_u64_shr()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh487 ovf = "-ovf";
489 ovf = "";
490 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log";
502 …print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` | tee -a " rd "log";
507 print "echo ", cfr[jn], cpusr[jn] ovf ": Build complete. `date` | tee -a " rd "log";
521 print "\techo ----", cfr[j], cpusr[j] ovf ": Kernel present. `date` | tee -a " rd "log";
547 print "echo ----", cfr[j], cpusr[j] ovf ": Build/run results: | tee -a " rd "log";
/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()