Searched refs:mulhdu (Results 1 – 5 of 5) sorted by relevance
117 #define mulhdu(x,y) \ macro120 extern u64 mulhdu(u64, u64);
36 return mulhdu((__force u64) ct, __cputime_usec_factor); in cputime_to_usecs()
665 return mulhdu(ticks, tb_to_ns_scale) << tb_to_ns_shift; in tb_to_ns()678 return mulhdu(get_tb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in sched_clock()701 return mulhdu(get_vtb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in running_clock()
72 _GLOBAL(mulhdu)
269 mulhdu r6,r6,r5 /* in units of 2^-32 seconds */