Searched refs:gfn_to_pfn_cache (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | kvm_types.h | 56 struct gfn_to_pfn_cache { struct
|
D | kvm_host.h | 732 void kvm_release_pfn(kvm_pfn_t pfn, bool dirty, struct gfn_to_pfn_cache *cache); 810 struct gfn_to_pfn_cache *cache, bool atomic); 814 struct gfn_to_pfn_cache *cache, bool dirty, bool atomic);
|
/Linux-v5.10/virt/kvm/ |
D | kvm_main.c | 2104 void kvm_release_pfn(kvm_pfn_t pfn, bool dirty, struct gfn_to_pfn_cache *cache) in kvm_release_pfn() 2119 struct gfn_to_pfn_cache *cache, u64 gen) in kvm_cache_gfn_to_pfn() 2131 struct gfn_to_pfn_cache *cache, in __kvm_map_gfn() 2185 struct gfn_to_pfn_cache *cache, bool atomic) in kvm_map_gfn() 2201 struct gfn_to_pfn_cache *cache, in __kvm_unmap_gfn() 2236 struct gfn_to_pfn_cache *cache, bool dirty, bool atomic) in kvm_unmap_gfn()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 665 struct gfn_to_pfn_cache cache;
|
/Linux-v5.10/arch/x86/kvm/ |
D | x86.c | 9973 struct gfn_to_pfn_cache *cache = &vcpu->arch.st.cache; in kvm_arch_vcpu_destroy()
|