Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.c3046 write_seqcount_begin(&kvm->arch.pvclock_sc); in __kvm_start_pvclock_update()
3063 write_seqcount_end(&ka->pvclock_sc); in kvm_end_pvclock_update()
3097 /* Called within read_seqcount_begin/retry for kvm->pvclock_sc. */
3139 seq = read_seqcount_begin(&ka->pvclock_sc); in get_kvmclock()
3141 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in get_kvmclock()
3219 seq = read_seqcount_begin(&ka->pvclock_sc); in kvm_guest_time_update()
3225 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in kvm_guest_time_update()
3355 seq = read_seqcount_begin(&ka->pvclock_sc); in kvm_get_wall_clock_epoch()
3383 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in kvm_get_wall_clock_epoch()
12707 seqcount_raw_spinlock_init(&kvm->arch.pvclock_sc, in kvm_arch_init_vm()
[all...]
/linux/arch/x86/include/asm/
H A Dkvm_host.h1434 seqcount_raw_spinlock_t pvclock_sc; member