Searched refs:do_div (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | div64.h | 27 # 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 D | div64.h | 6 #define do_div(n,base) ({ \ macro
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | time.c | 134 y = do_div(x, 1000000000); in do_settime() 174 nsec = do_div(seconds, 1000000000); in wallclock_time()
|
A D | vsprintf.c | 190 tmp[i++] = digits[do_div(num,base)]; in number()
|
A D | sched_credit.c | 337 svc->residual = do_div(val, MILLISECS(1)); in burn_credits()
|
A D | sched_credit2.c | 776 svc->residual = do_div(val, svc->weight); in t2c_update()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.h | 143 #define do_div(n, base) ({ \ macro
|
A D | util.c | 825 do_div(cpu_khz, tsc_to_nsec_mul); in get_cpu_mhz()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hpet.c | 80 do_div(tmp, nsec); in div_sc() 803 (void)do_div(hpet_rate, hpet_period); in hpet_setup()
|
A D | nmi.c | 294 do_div(count, nmi_hz); in write_watchdog_counter()
|
A D | time.c | 273 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 D | vtimer.c | 69 do_div(d->time_offset_seconds, 1000000000); in domain_vtimer_init()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 719 nsec = do_div(sec, 1000000000); in printk_start_of_line() 1029 do_div(now, 1000000); in __printk_ratelimit()
|
Completed in 34 milliseconds