Searched refs:hvm_get_guest_time_fixed (Results 1 – 3 of 3) sorted by relevance
274 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)
38 u64 hvm_get_guest_time_fixed(struct vcpu *v, u64 at_tsc) in hvm_get_guest_time_fixed() function
404 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 11 milliseconds