Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkvm_host.h64 #define KVM_PFN_ERR_NOSLOT_MASK (0xfffULL << 52) macro
87 return !!(pfn & KVM_PFN_ERR_NOSLOT_MASK); in is_error_noslot_pfn()