Home
last modified time | relevance | path

Searched refs:pvclock_gtod_sync_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dx86.c1698 spin_lock(&kvm->arch.pvclock_gtod_sync_lock); in kvm_write_tsc()
1706 spin_unlock(&kvm->arch.pvclock_gtod_sync_lock); in kvm_write_tsc()
1930 spin_lock(&ka->pvclock_gtod_sync_lock); in kvm_gen_update_masterclock()
1942 spin_unlock(&ka->pvclock_gtod_sync_lock); in kvm_gen_update_masterclock()
1952 spin_lock(&ka->pvclock_gtod_sync_lock); in get_kvmclock_ns()
1954 spin_unlock(&ka->pvclock_gtod_sync_lock); in get_kvmclock_ns()
1960 spin_unlock(&ka->pvclock_gtod_sync_lock); in get_kvmclock_ns()
2052 spin_lock(&ka->pvclock_gtod_sync_lock); in kvm_guest_time_update()
2058 spin_unlock(&ka->pvclock_gtod_sync_lock); in kvm_guest_time_update()
6422 spin_lock(&ka->pvclock_gtod_sync_lock); in kvm_hyperv_tsc_notifier()
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h841 spinlock_t pvclock_gtod_sync_lock; member