Home
last modified time | relevance | path

Searched refs:do_div (Results 1 – 14 of 14) sorted by relevance

/xen/xen/include/asm-arm/
A Ddiv64.h27 # define do_div(n,base) ({ \ macro
73 #define do_div(n, base) __do_div_asm(n, base) macro
87 #define do_div(n, base) \ macro
/xen/xen/include/asm-x86/
A Ddiv64.h6 #define do_div(n,base) ({ \ macro
/xen/xen/common/
A Dtime.c134 y = do_div(x, 1000000000); in do_settime()
174 nsec = do_div(seconds, 1000000000); in wallclock_time()
A Dvsprintf.c190 tmp[i++] = digits[do_div(num,base)]; in number()
/xen/tools/firmware/hvmloader/
A Dutil.h143 #define do_div(n, base) ({ \ macro
A Dutil.c825 do_div(cpu_khz, tsc_to_nsec_mul); in get_cpu_mhz()
/xen/xen/arch/x86/
A Dhpet.c82 do_div(tmp, nsec); in div_sc()
802 last = do_div(hpet_rate, hpet_period); in hpet_setup()
A Dnmi.c297 do_div(count, nmi_hz); in write_watchdog_counter()
A Dtime.c280 if ( do_div(freq, 1000) > 500 ) in freq_string()
282 y = (unsigned int)do_div(freq, 1000); in freq_string()
577 do_div(freq, info->tsc_to_system_mul); in xen_timer_cpu_frequency()
2092 do_div(tmp, 1000); in early_time_init()
/xen/xen/arch/x86/cpu/
A Dintel.c398 do_div(val, eax); in intel_log_freq()
/xen/xen/arch/arm/
A Dvtimer.c67 do_div(d->time_offset.seconds, 1000000000); in domain_vtimer_init()
/xen/xen/drivers/char/
A Dconsole.c862 nsec = do_div(sec, 1000000000); in printk_start_of_line()
1187 do_div(now, 1000000); in __printk_ratelimit()
/xen/xen/common/sched/
A Dcredit.c341 svc->residual = do_div(val, MILLISECS(1)); in burn_credits()
A Dcredit2.c814 svc->residual = do_div(val, svc->weight); in t2c_update()

Completed in 47 milliseconds