Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkvm_types.h57 struct gfn_to_hva_cache { struct
H A Dkvm_host.h1198 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1200 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1207 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1209 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1212 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h140 struct gfn_to_hva_cache shadow_vmcs12_cache;
145 struct gfn_to_hva_cache vmcs12_cache;
H 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()
2981 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_vmx_check_vmcs_link_ptr()
5593 struct gfn_to_hva_cache *ghc = &vmx->nested.vmcs12_cache; in handle_vmptrld()
/openbmc/linux/arch/x86/kvm/
H A Dlapic.h80 struct gfn_to_hva_cache vapic_cache;
H A Dlapic.c3241 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi()
H A Dx86.c3524 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in record_steal_time()
4864 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in kvm_steal_time_set_preempted()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h873 struct gfn_to_hva_cache cache;
943 struct gfn_to_hva_cache data;
962 struct gfn_to_hva_cache data;
/openbmc/linux/virt/kvm/
H A Dkvm_main.c3207 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init()
3247 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init()
3255 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_offset_cached()
3286 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached()
3293 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached()
3323 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached()