Searched refs:ovf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/arm64/kernel/ |
| 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 = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add() [all …]
|
| /Linux-v5.10/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-v5.10/drivers/net/can/softing/ |
| 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()
|
| /Linux-v5.10/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()
|