Searched refs:cyc2ns_shift (Results 1 – 4 of 4) sorted by relevance
28 u32 cyc2ns_shift; member
185 data->cyc2ns_shift = CYC2NS_SCALE_FACTOR; in cyc2ns_data_init()263 data->cyc2ns_shift = CYC2NS_SCALE_FACTOR; in set_cyc2ns_scale()
446 ns = mul_u64_u32_shr(cyc, data->cyc2ns_mul, data->cyc2ns_shift); in cycles_2_ns()460 cyc = (ns << data->cyc2ns_shift) / data->cyc2ns_mul; in ns_2_cycles()
2111 userpg->time_shift = data->cyc2ns_shift; in arch_perf_update_userpage()