Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1449 #define PFERR_GUEST_PAGE_MASK BIT_ULL(PFERR_GUEST_PAGE_BIT) macro
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h271 #define PFERR_GUEST_PAGE_MASK BIT_ULL(33) macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5036 if (error_code & (PFERR_GUEST_PAGE_MASK | PFERR_FETCH_MASK)) in svm_check_emulate_instruction()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c6134 const u64 mask = PFERR_GUEST_PAGE_MASK | PFERR_WRITE_MASK | PFERR_PRESENT_MASK; in is_write_to_guest_page_table()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c5847 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in handle_ept_violation()