Searched refs:adjust_tsc_offset_guest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 2389 static inline void adjust_tsc_offset_guest(struct kvm_vcpu *vcpu, in adjust_tsc_offset_guest() function 2401 adjust_tsc_offset_guest(vcpu, adjustment); in adjust_tsc_offset_host() 2767 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update() 3213 adjust_tsc_offset_guest(vcpu, adj); in kvm_set_msr_common() 3246 adjust_tsc_offset_guest(vcpu, adj); in kvm_set_msr_common()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 2777 static inline void adjust_tsc_offset_guest(struct kvm_vcpu *vcpu, in adjust_tsc_offset_guest() function 2790 adjust_tsc_offset_guest(vcpu, adjustment); in adjust_tsc_offset_host() 3204 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update() 3741 adjust_tsc_offset_guest(vcpu, adj); in kvm_set_msr_common() 3787 adjust_tsc_offset_guest(vcpu, adj); in kvm_set_msr_common()
|
Completed in 31 milliseconds