Searched refs:ovf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | module.c | 213 int ovf; in apply_relocate_add() local 240 ovf = 0; in apply_relocate_add() 246 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 249 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 252 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 256 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 259 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 262 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add() 269 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add() 275 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add() [all …]
|
/linux-4.4.14/drivers/clocksource/ |
D | h8300_timer16.c | 62 unsigned char ovf; member 72 o1 = ctrl_inb(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter() 80 o1 = ctrl_inb(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter()
|
/linux-4.4.14/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(ktime_set(0, 0), ovf); in softing_initialize_timestamp()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 307 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update() argument 320 delta = (new_raw_count - (prev_raw_count & alpha_pmu->pmc_count_mask[idx])) + ovf; in alpha_perf_event_update()
|