Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h1255 #define PFERR_GUEST_FINAL_MASK BIT_ULL(PFERR_GUEST_FINAL_BIT) macro
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h267 #define PFERR_GUEST_FINAL_MASK BIT_ULL(PFERR_GUEST_FINAL_BIT) macro
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c5773 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in handle_ept_violation()