Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h274 u64 hvm_get_guest_time_fixed(struct vcpu *v, u64 at_tsc);
275 #define hvm_get_guest_time(v) hvm_get_guest_time_fixed(v, 0)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dvpt.c38 u64 hvm_get_guest_time_fixed(struct vcpu *v, u64 at_tsc) in hvm_get_guest_time_fixed() function
A Dhvm.c404 tsc = hvm_get_guest_time_fixed(v, at_tsc); in hvm_set_guest_tsc_fixed()
445 tsc = hvm_get_guest_time_fixed(v, at_tsc); in hvm_get_guest_tsc_fixed()

Completed in 14 milliseconds