Searched refs:vcpu_info_cache (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dxen.h48 vcpu->arch.xen.vcpu_info_cache.active &&
69 vcpu->arch.xen.vcpu_info_cache.active &&
H A Dxen.c594 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
651 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
876 kvm_gpc_deactivate(&vcpu->arch.xen.vcpu_info_cache);
881 r = kvm_gpc_activate(&vcpu->arch.xen.vcpu_info_cache,
885 kvm_gpc_deactivate(&vcpu->arch.xen.vcpu_info_cache);
890 r = kvm_gpc_activate_hva(&vcpu->arch.xen.vcpu_info_cache,
1113 if (kvm_gpc_is_gpa_active(&vcpu->arch.xen.vcpu_info_cache))
1114 data->u.gpa = vcpu->arch.xen.vcpu_info_cache.gpa;
1121 if (kvm_gpc_is_hva_active(&vcpu->arch.xen.vcpu_info_cache))
1122 data->u.hva = vcpu->arch.xen.vcpu_info_cache
[all...]
H A Dx86.c3315 if (vcpu->xen.vcpu_info_cache.active)
3316 kvm_setup_guest_pvclock(v, &vcpu->xen.vcpu_info_cache,
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h713 struct gfn_to_pfn_cache vcpu_info_cache; member in struct:kvm_vcpu_xen

Completed in 388 milliseconds