/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | module.c | 263 int ovf; in apply_relocate_add() local 290 ovf = 0; in apply_relocate_add() 296 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 299 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 302 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 306 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 309 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 312 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add() 320 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add() 327 ovf in apply_relocate_add() [all...] |
/kernel/linux/linux-6.6/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 in apply_relocate_add() [all...] |
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | h8300_timer16.c | 33 unsigned char ovf; member 42 o1 = ioread8(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter() 50 o1 = ioread8(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter() 65 bclr(p->ovf, p->mapcommon + TISRC); in timer16_interrupt() 168 timer16_priv.ovf = ch; in h8300_16timer_init()
|
/kernel/uniproton/src/core/kernel/task/ |
H A D | prt_task_info.c | 90 stackInfo->ovf = FALSE; in OsTaskStackPeakGet() 93 stackInfo->ovf = TRUE; in OsTaskStackPeakGet() 144 taskInfo->ovf = stackInfo.ovf; in OsTaskInfoStackGet()
|
/kernel/linux/linux-6.6/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"; 589 sed -e 's/:.*$//' -e 's/^echo //' -e 's/-ovf//' |
|
/kernel/uniproton/src/include/uapi/ |
H A D | prt_task.h | 830 bool ovf; member 943 bool ovf; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | perf_event.c | 299 * calculates the delta on the basis that there is no overflow when ovf is 300 * zero. The value passed via ovf by the interrupt handler corrects for 308 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update() 321 delta = (new_raw_count - (prev_raw_count & alpha_pmu->pmc_count_mask[idx])) + ovf; in alpha_perf_event_update() 307 alpha_perf_event_update(struct perf_event *event, struct hw_perf_event *hwc, int idx, long ovf) alpha_perf_event_update() argument
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | perf_event.c | 299 * calculates the delta on the basis that there is no overflow when ovf is 300 * zero. The value passed via ovf by the interrupt handler corrects for 308 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update() 321 delta = (new_raw_count - (prev_raw_count & alpha_pmu->pmc_count_mask[idx])) + ovf; in alpha_perf_event_update() 307 alpha_perf_event_update(struct perf_event *event, struct hw_perf_event *hwc, int idx, long ovf) alpha_perf_event_update() argument
|