Searched refs:ghc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/virt/kvm/ |
D | kvm_main.c | 1917 struct gfn_to_hva_cache *ghc, in __kvm_gfn_to_hva_cache_init() argument 1926 ghc->gpa = gpa; in __kvm_gfn_to_hva_cache_init() 1927 ghc->generation = slots->generation; in __kvm_gfn_to_hva_cache_init() 1928 ghc->len = len; in __kvm_gfn_to_hva_cache_init() 1929 ghc->memslot = __gfn_to_memslot(slots, start_gfn); in __kvm_gfn_to_hva_cache_init() 1930 ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, NULL); in __kvm_gfn_to_hva_cache_init() 1931 if (!kvm_is_error_hva(ghc->hva) && nr_pages_needed <= 1) { in __kvm_gfn_to_hva_cache_init() 1932 ghc->hva += offset; in __kvm_gfn_to_hva_cache_init() 1940 ghc->memslot = __gfn_to_memslot(slots, start_gfn); in __kvm_gfn_to_hva_cache_init() 1941 ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, in __kvm_gfn_to_hva_cache_init() [all …]
|
/Linux-v4.19/include/linux/ |
D | kvm_host.h | 688 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 694 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 696 int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, 698 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|