Home
last modified time | relevance | path

Searched refs:KVM_PFN_ERR_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/include/linux/
Dkvm_host.h86 #define KVM_PFN_ERR_MASK (0x7ffULL << 52) macro
90 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK)
91 #define KVM_PFN_ERR_HWPOISON (KVM_PFN_ERR_MASK + 1)
92 #define KVM_PFN_ERR_RO_FAULT (KVM_PFN_ERR_MASK + 2)
100 return !!(pfn & KVM_PFN_ERR_MASK); in is_error_pfn()