KVM_PFN_ERR_MASK   86 include/linux/kvm_host.h #define KVM_PFN_ERR_FAULT	(KVM_PFN_ERR_MASK)
KVM_PFN_ERR_MASK   87 include/linux/kvm_host.h #define KVM_PFN_ERR_HWPOISON	(KVM_PFN_ERR_MASK + 1)
KVM_PFN_ERR_MASK   88 include/linux/kvm_host.h #define KVM_PFN_ERR_RO_FAULT	(KVM_PFN_ERR_MASK + 2)
KVM_PFN_ERR_MASK   96 include/linux/kvm_host.h 	return !!(pfn & KVM_PFN_ERR_MASK);