Searched refs:gfn_to_hva_cache (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
A D | kvm_types.h | 48 struct gfn_to_hva_cache { struct
|
A D | kvm_host.h | 881 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 D | kvm_host.h | 601 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 D | vmx.h | 147 struct gfn_to_hva_cache shadow_vmcs12_cache; 152 struct gfn_to_hva_cache vmcs12_cache;
|
A D | nested.c | 674 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 D | lapic.h | 66 struct gfn_to_hva_cache vapic_cache;
|
A D | xen.c | 200 struct gfn_to_hva_cache *ghc = &v->arch.xen.vcpu_info_cache; in __kvm_xen_has_interrupt()
|
A D | lapic.c | 2862 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi()
|
A D | x86.c | 2895 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 D | kvm_main.c | 2878 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