Home
last modified time | relevance | path

Searched refs:gfn_to_hva_cache (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
A Dkvm_types.h48 struct gfn_to_hva_cache { struct
A Dkvm_host.h881 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
883 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
890 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
892 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
895 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux/arch/x86/include/asm/
A Dkvm_host.h601 struct gfn_to_hva_cache vcpu_info_cache;
602 struct gfn_to_hva_cache vcpu_time_info_cache;
603 struct gfn_to_hva_cache runstate_cache;
743 struct gfn_to_hva_cache pv_time;
752 struct gfn_to_hva_cache cache;
819 struct gfn_to_hva_cache data;
839 struct gfn_to_hva_cache data;
/linux/arch/x86/kvm/vmx/
A Dvmx.h147 struct gfn_to_hva_cache shadow_vmcs12_cache;
152 struct gfn_to_hva_cache vmcs12_cache;
A Dnested.c674 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_cache_shadow_vmcs12()
693 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_flush_cached_shadow_vmcs12()
2928 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_vmx_check_vmcs_link_ptr()
5287 struct gfn_to_hva_cache *ghc = &vmx->nested.vmcs12_cache; in handle_vmptrld()
/linux/arch/x86/kvm/
A Dlapic.h66 struct gfn_to_hva_cache vapic_cache;
A Dxen.c200 struct gfn_to_hva_cache *ghc = &v->arch.xen.vcpu_info_cache; in __kvm_xen_has_interrupt()
A Dlapic.c2862 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi()
A Dx86.c2895 struct gfn_to_hva_cache *cache, in kvm_setup_pvclock_page()
3287 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in record_steal_time()
4421 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in kvm_steal_time_set_preempted()
/linux/virt/kvm/
A Dkvm_main.c2878 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init()
2918 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init()
2926 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_offset_cached()
2957 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached()
2964 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached()
2994 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached()

Completed in 66 milliseconds