Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkvm_host.h93 #define KVM_PFN_ERR_NOSLOT_MASK (0xfffULL << 52) macro
116 return !!(pfn & KVM_PFN_ERR_NOSLOT_MASK); in is_error_noslot_pfn()