Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dtime.h38 uint64_t get_localtime_us(struct domain *d);
/xen-4.10.0-shim-comet/xen/common/
A Dtime.c155 uint64_t get_localtime_us(struct domain *d) in get_localtime_us() function
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Drtc.c190 guest_usec = get_localtime_us(d) % USEC_PER_SEC; in check_update_timer()
274 next_update_time = USEC_PER_SEC - (get_localtime_us(d) % USEC_PER_SEC); in alarm_timer_update()
638 guest_usec = get_localtime_us(d); in update_in_progress()

Completed in 5 milliseconds