Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-x86/
A Ddiv64.h6 #define do_div(n,base) ({ \ macro
/xen-4.10.0-shim-comet/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()
A Dsched_credit.c337 svc->residual = do_div(val, MILLISECS(1)); in burn_credits()
A Dsched_credit2.c776 svc->residual = do_div(val, svc->weight); in t2c_update()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c80 do_div(tmp, nsec); in div_sc()
803 (void)do_div(hpet_rate, hpet_period); in hpet_setup()
A Dnmi.c294 do_div(count, nmi_hz); in write_watchdog_counter()
A Dtime.c273 y = (unsigned int)do_div(freq, 1000000) / 1000; in freq_string()
542 do_div(freq, info->tsc_to_system_mul); in xen_timer_cpu_frequency()
1809 do_div(tmp, 1000); in early_time_init()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvtimer.c69 do_div(d->time_offset_seconds, 1000000000); in domain_vtimer_init()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c719 nsec = do_div(sec, 1000000000); in printk_start_of_line()
1029 do_div(now, 1000000); in __printk_ratelimit()

Completed in 34 milliseconds