Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.c2336 kvm_gpc_activate(&vcpu->arch.pv_time, system_time & ~1ULL, in kvm_write_system_time()
2339 kvm_gpc_deactivate(&vcpu->arch.pv_time); in kvm_write_system_time()
3267 if (vcpu->pv_time.active) { in kvm_guest_time_update()
3277 kvm_setup_guest_pvclock(&hv_clock, v, &vcpu->pv_time, 0); in kvm_guest_time_update()
3593 kvm_gpc_deactivate(&vcpu->arch.pv_time); in kvmclock_reset()
5691 if (!vcpu->arch.pv_time.active) in kvm_set_guest_paused()
12281 kvm_gpc_init(&vcpu->arch.pv_time, vcpu->kvm); in kvm_arch_vcpu_create()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h918 struct gfn_to_pfn_cache pv_time; member