Searched refs:__kvm_gfn_to_hva_cache_init (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 3304 static int __kvm_gfn_to_hva_cache_init(struct kvm_memslots *slots, in __kvm_gfn_to_hva_cache_init() function 3349 return __kvm_gfn_to_hva_cache_init(slots, ghc, gpa, len); in kvm_gfn_to_hva_cache_init() 3365 if (__kvm_gfn_to_hva_cache_init(slots, ghc, ghc->gpa, ghc->len)) in kvm_write_guest_offset_cached() 3403 if (__kvm_gfn_to_hva_cache_init(slots, ghc, ghc->gpa, ghc->len)) in kvm_read_guest_offset_cached()
|