Searched refs:PFERR_GUEST_PAGE_MASK (Results 1 – 5 of 5) sorted by relevance
103 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in __vmx_handle_ept_violation()
1454 #define PFERR_GUEST_PAGE_MASK BIT_ULL(PFERR_GUEST_PAGE_BIT) macro
273 #define PFERR_GUEST_PAGE_MASK BIT_ULL(33) macro
4941 if (error_code & (PFERR_GUEST_PAGE_MASK | PFERR_FETCH_MASK)) in svm_check_emulate_instruction()
6195 const u64 mask = PFERR_GUEST_PAGE_MASK | PFERR_WRITE_MASK | PFERR_PRESENT_MASK; in is_write_to_guest_page_table()