Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcommon.h103 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in __vmx_handle_ept_violation()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1454 #define PFERR_GUEST_PAGE_MASK BIT_ULL(PFERR_GUEST_PAGE_BIT) macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h273 #define PFERR_GUEST_PAGE_MASK BIT_ULL(33) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c4941 if (error_code & (PFERR_GUEST_PAGE_MASK | PFERR_FETCH_MASK)) in svm_check_emulate_instruction()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6195 const u64 mask = PFERR_GUEST_PAGE_MASK | PFERR_WRITE_MASK | PFERR_PRESENT_MASK; in is_write_to_guest_page_table()