Searched refs:gfn_to_hva_cache (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | kvm_types.h | 52 struct gfn_to_hva_cache { struct
|
| H A D | kvm_host.h | 1302 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 1304 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 1311 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 1313 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 1316 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 139 struct gfn_to_hva_cache shadow_vmcs12_cache; 144 struct gfn_to_hva_cache vmcs12_cache;
|
| H A D | nested.c | 728 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() 5798 struct gfn_to_hva_cache *ghc = &vmx->nested.vmcs12_cache; in handle_vmptrld()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | kvm_host.h | 252 struct gfn_to_hva_cache cache;
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | lapic.h | 79 struct gfn_to_hva_cache vapic_cache;
|
| H A D | lapic.c | 3335 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi()
|
| H A D | x86.c | 3655 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in record_steal_time() 5043 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in kvm_steal_time_set_preempted()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 926 struct gfn_to_hva_cache cache; 999 struct gfn_to_hva_cache data; 1018 struct gfn_to_hva_cache data;
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 3305 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init() 3345 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() 3353 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_offset_cached() 3384 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached() 3391 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() 3421 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached()
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | vcpu.c | 162 struct gfn_to_hva_cache *ghc; in kvm_update_stolen_time()
|