Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.c2377 kvm_gpc_activate(&vcpu->arch.pv_time, system_time & ~1ULL, in kvm_write_system_time()
2380 kvm_gpc_deactivate(&vcpu->arch.pv_time); in kvm_write_system_time()
3236 if (vcpu->pv_time.active) in kvm_guest_time_update()
3237 kvm_setup_guest_pvclock(v, &vcpu->pv_time, 0); in kvm_guest_time_update()
3462 kvm_gpc_deactivate(&vcpu->arch.pv_time); in kvmclock_reset()
5481 if (!vcpu->arch.pv_time.active) in kvm_set_guest_paused()
6691 if (!vcpu->arch.pv_time.active) in kvm_arch_suspend_notifier()
11874 kvm_gpc_init(&vcpu->arch.pv_time, vcpu->kvm, vcpu, KVM_HOST_USES_PFN); in kvm_arch_vcpu_create()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h865 struct gfn_to_pfn_cache pv_time; member