Searched refs:kvm_gpc_activate (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/virt/kvm/ |
D | pfncache.c | 372 int kvm_gpc_activate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, in kvm_gpc_activate() function 401 EXPORT_SYMBOL_GPL(kvm_gpc_activate);
|
/Linux-v6.1/arch/x86/kvm/ |
D | xen.c | 50 ret = kvm_gpc_activate(kvm, gpc, NULL, KVM_HOST_USES_PFN, gpa, in kvm_xen_shared_info_init() 562 r = kvm_gpc_activate(vcpu->kvm, in kvm_xen_vcpu_set_attr() 579 r = kvm_gpc_activate(vcpu->kvm, in kvm_xen_vcpu_set_attr() 599 r = kvm_gpc_activate(vcpu->kvm, &vcpu->arch.xen.runstate_cache, in kvm_xen_vcpu_set_attr()
|
D | x86.c | 2319 kvm_gpc_activate(vcpu->kvm, &vcpu->arch.pv_time, vcpu, in kvm_write_system_time()
|
/Linux-v6.1/include/linux/ |
D | kvm_host.h | 1279 int kvm_gpc_activate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc,
|