Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h268 #define PFERR_GUEST_PAGE_MASK BIT_ULL(PFERR_GUEST_PAGE_BIT) macro
271 #define PFERR_NESTED_GUEST_PAGE (PFERR_GUEST_PAGE_MASK | \
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h1134 #define PFERR_GUEST_PAGE_MASK BIT_ULL(PFERR_GUEST_PAGE_BIT) macro
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm.c4620 if (error_code & (PFERR_GUEST_PAGE_MASK | PFERR_FETCH_MASK)) in svm_can_emulate_instruction()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c5769 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in handle_ept_violation()

Completed in 36 milliseconds