Searched refs:ovf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | module.c | 236 int ovf; in apply_relocate_add() local 263 ovf = 0; in apply_relocate_add() 269 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 272 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 275 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 279 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 282 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 285 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add() 292 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add() 298 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add() [all …]
|
/Linux-v4.19/drivers/clocksource/ |
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()
|
/Linux-v4.19/drivers/net/can/softing/ |
D | softing_fw.c | 385 uint64_t ovf; in softing_initialize_timestamp() local 390 ovf = 0x100000000ULL * 16; in softing_initialize_timestamp() 391 do_div(ovf, card->pdat->freq ?: 16); in softing_initialize_timestamp() 393 card->ts_overflow = ktime_add_us(0, ovf); in softing_initialize_timestamp()
|
/Linux-v4.19/arch/alpha/kernel/ |
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()
|