Searched refs:gfn_to_pfn_cache (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| D | kvm_types.h | 56 struct gfn_to_pfn_cache {  struct
 | 
| D | kvm_host.h | 870 void kvm_release_pfn(kvm_pfn_t pfn, bool dirty, struct gfn_to_pfn_cache *cache);947 		struct gfn_to_pfn_cache *cache, bool atomic);
 951 		  struct gfn_to_pfn_cache *cache, bool dirty, bool atomic);
 
 | 
| /Linux-v5.15/virt/kvm/ | 
| D | kvm_main.c | 2543 void kvm_release_pfn(kvm_pfn_t pfn, bool dirty, struct gfn_to_pfn_cache *cache)  in kvm_release_pfn()2558 				 struct gfn_to_pfn_cache *cache, u64 gen)  in kvm_cache_gfn_to_pfn()
 2570 			 struct gfn_to_pfn_cache *cache,  in __kvm_map_gfn()
 2624 		struct gfn_to_pfn_cache *cache, bool atomic)  in kvm_map_gfn()
 2641 			struct gfn_to_pfn_cache *cache,  in __kvm_unmap_gfn()
 2676 		  struct gfn_to_pfn_cache *cache, bool dirty, bool atomic)  in kvm_unmap_gfn()
 
 | 
| /Linux-v5.15/arch/x86/include/asm/ | 
| D | kvm_host.h | 754 		struct gfn_to_pfn_cache cache;
 | 
| /Linux-v5.15/arch/x86/kvm/ | 
| D | x86.c | 10820 	struct gfn_to_pfn_cache *cache = &vcpu->arch.st.cache;  in kvm_arch_vcpu_destroy()
 |