KVM_PFN_ERR_MASK   59 include/linux/kvm_host.h #define KVM_PFN_ERR_FAULT	(KVM_PFN_ERR_MASK)
KVM_PFN_ERR_MASK   60 include/linux/kvm_host.h #define KVM_PFN_ERR_HWPOISON	(KVM_PFN_ERR_MASK + 1)
KVM_PFN_ERR_MASK   61 include/linux/kvm_host.h #define KVM_PFN_ERR_RO_FAULT	(KVM_PFN_ERR_MASK + 2)
KVM_PFN_ERR_MASK   69 include/linux/kvm_host.h 	return !!(pfn & KVM_PFN_ERR_MASK);