Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h269 #define PFERR_GUEST_RMP_MASK BIT_ULL(31) macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c2145 if (rc > 0 && error_code & PFERR_GUEST_RMP_MASK) in npf_interception()