Searched refs:ovf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module.c | 267 int ovf; in apply_relocate_add() local 294 ovf = 0; in apply_relocate_add() 300 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64); in apply_relocate_add() 303 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32); in apply_relocate_add() 306 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16); in apply_relocate_add() 310 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64); in apply_relocate_add() 313 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32); in apply_relocate_add() 316 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16); in apply_relocate_add() 324 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0, in apply_relocate_add() 331 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16, in apply_relocate_add() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 3606 #define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \ 3608 { (unsigned) type, size < 0 ? -size : size, bits, right, left, ovf, \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 3606 #define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \ 3608 { (unsigned) type, size < 0 ? -size : size, bits, right, left, ovf, \
|