Searched refs:KVM_PFN_ERR_FAULT (Results 1 – 3 of 3) sorted by relevance
146 kvm_pfn_t new_pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn_retry()174 if (new_pfn != KVM_PFN_ERR_FAULT) { in hva_to_pfn_retry()306 old_pfn = KVM_PFN_ERR_FAULT; in kvm_gfn_to_pfn_cache_refresh()319 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gfn_to_pfn_cache_refresh()356 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gfn_to_pfn_cache_unmap()380 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gpc_activate()
2663 return KVM_PFN_ERR_FAULT; in hva_to_pfn()2680 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()2686 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()2690 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
96 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro