Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dkvm_types.h52 struct gfn_to_hva_cache { struct
Dkvm_host.h1301 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1303 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1310 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1312 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
1315 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.h139 struct gfn_to_hva_cache shadow_vmcs12_cache;
144 struct gfn_to_hva_cache vmcs12_cache;
Dnested.c728 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_cache_shadow_vmcs12()
747 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_flush_cached_shadow_vmcs12()
3097 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_vmx_check_vmcs_link_ptr()
5797 struct gfn_to_hva_cache *ghc = &vmx->nested.vmcs12_cache; in handle_vmptrld()
/linux-6.14.4/arch/loongarch/include/asm/
Dkvm_host.h248 struct gfn_to_hva_cache cache;
/linux-6.14.4/arch/x86/kvm/
Dlapic.h79 struct gfn_to_hva_cache vapic_cache;
Dlapic.c3343 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi()
Dx86.c3635 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in record_steal_time()
5016 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in kvm_steal_time_set_preempted()
/linux-6.14.4/arch/x86/include/asm/
Dkvm_host.h922 struct gfn_to_hva_cache cache;
995 struct gfn_to_hva_cache data;
1014 struct gfn_to_hva_cache data;
/linux-6.14.4/virt/kvm/
Dkvm_main.c3289 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init()
3329 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init()
3337 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_offset_cached()
3368 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached()
3375 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached()
3405 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached()
/linux-6.14.4/arch/loongarch/kvm/
Dvcpu.c162 struct gfn_to_hva_cache *ghc; in kvm_update_stolen_time()