Searched refs:kvm_gpc_activate (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | pfncache.c | 357 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len) in kvm_gpc_activate() function 380 EXPORT_SYMBOL_GPL(kvm_gpc_activate); variable
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | xen.c | 54 ret = kvm_gpc_activate(gpc, gpa, PAGE_SIZE); in kvm_xen_shared_info_init() 341 * Use kvm_gpc_activate() here because if the runstate in kvm_xen_update_runstate_guest() 346 if (kvm_gpc_activate(gpc2, gpc1->gpa + user_len1, in kvm_xen_update_runstate_guest() 735 r = kvm_gpc_activate(&vcpu->arch.xen.vcpu_info_cache, in kvm_xen_vcpu_set_attr() 749 r = kvm_gpc_activate(&vcpu->arch.xen.vcpu_time_info_cache, in kvm_xen_vcpu_set_attr() 783 r = kvm_gpc_activate(&vcpu->arch.xen.runstate_cache, in kvm_xen_vcpu_set_attr() 794 r = kvm_gpc_activate(&vcpu->arch.xen.runstate2_cache, in kvm_xen_vcpu_set_attr()
|
H A D | x86.c | 2377 kvm_gpc_activate(&vcpu->arch.pv_time, system_time & ~1ULL, in kvm_write_system_time()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_host.h | 1307 * kvm_gpc_activate - prepare a cached kernel mapping and HPA for a given guest 1322 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
|
Completed in 24 milliseconds