Searched refs:KVM_PFN_ERR_FAULT (Results 1 – 3 of 3) sorted by relevance
144 kvm_pfn_t new_pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn_retry()172 if (new_pfn != KVM_PFN_ERR_FAULT) { in hva_to_pfn_retry()316 gpc->pfn = KVM_PFN_ERR_FAULT; in __kvm_gpc_refresh()352 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gpc_init()408 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gpc_deactivate()
2666 return KVM_PFN_ERR_FAULT; in hva_to_pfn()2686 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()2692 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()2696 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
96 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
Completed in 19 milliseconds