Home
last modified time | relevance | path

Searched refs:ns_to_ticks (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dtime.h41 extern uint64_t ns_to_ticks(s_time_t ns);
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtime.c61 /*static inline*/ uint64_t ns_to_ticks(s_time_t ns) in ns_to_ticks() function
211 deadline = ns_to_ticks(timeout) + boot_count; in reprogram_timer()
A Dvtimer.c212 *r = (uint32_t)(ns_to_ticks(v->arch.phys_timer.cval - now) & 0xffffffffull); in vtimer_cntp_tval()
238 *r = ns_to_ticks(v->arch.phys_timer.cval); in vtimer_cntp_cval()

Completed in 4 milliseconds