Searched refs:PFERR_RSVD_MASK (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.h162 * the PFERR_RSVD_MASK bit; this bit will always be zero in pfec, permission_fault()
170 WARN_ON(pfec & PFERR_RSVD_MASK); permission_fault()
H A Dpaging_tmpl.h349 errcode |= PFERR_RSVD_MASK | PFERR_PRESENT_MASK; walk_addr_generic()
413 * Use PFERR_RSVD_MASK in error_code to to tell if EPT walk_addr_generic()
424 if (!(errcode & PFERR_RSVD_MASK)) { walk_addr_generic()
707 if (unlikely(error_code & PFERR_RSVD_MASK)) { page_fault()
717 error_code &= ~PFERR_RSVD_MASK; page_fault()
H A Dmmutrace.h51 { PFERR_RSVD_MASK, "RSVD" }, \
H A Dmmu.c2847 if (unlikely(error_code & PFERR_RSVD_MASK)) page_fault_can_be_fast()
3405 if (unlikely(error_code & PFERR_RSVD_MASK)) { nonpaging_page_fault()
3495 if (unlikely(error_code & PFERR_RSVD_MASK)) { tdp_page_fault()
3825 * PFERR_RSVD_MASK bit is set in PFEC if the access is not update_permission_bitmask()
3829 smapf = !(pfec & PFERR_RSVD_MASK); update_permission_bitmask()
H A Dvmx.c5265 !(is_page_fault(intr_info) && !(error_code & PFERR_RSVD_MASK))) { handle_exception()
8995 if (fault->error_code & PFERR_RSVD_MASK) nested_ept_inject_page_fault()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h167 #define PFERR_RSVD_MASK (1U << PFERR_RSVD_BIT) macro

Completed in 220 milliseconds