Searched defs:ghc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/virt/kvm/ |
D | kvm_main.c | 3444 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init() 3484 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() 3492 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_offset_cached() 3523 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached() 3530 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() 3560 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached()
|
/linux-6.12.1/arch/x86/kvm/vmx/ |
D | nested.c | 728 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_cache_shadow_vmcs12() local 747 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_flush_cached_shadow_vmcs12() local 3086 struct gfn_to_hva_cache *ghc = &vmx->nested.shadow_vmcs12_cache; in nested_vmx_check_vmcs_link_ptr() local 5763 struct gfn_to_hva_cache *ghc = &vmx->nested.vmcs12_cache; in handle_vmptrld() local
|
/linux-6.12.1/arch/loongarch/kvm/ |
D | vcpu.c | 162 struct gfn_to_hva_cache *ghc; in kvm_update_stolen_time() local
|
/linux-6.12.1/arch/x86/kvm/ |
D | lapic.c | 3319 struct gfn_to_hva_cache *ghc = &vcpu->arch.pv_eoi.data; in kvm_lapic_set_pv_eoi() local
|
D | x86.c | 3676 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in record_steal_time() local 5047 struct gfn_to_hva_cache *ghc = &vcpu->arch.st.cache; in kvm_steal_time_set_preempted() local
|