PFERR_GUEST_FINAL_MASK
(PFERR_GUEST_FINAL_MASK | PFERR_GUEST_PAGE_MASK)
PFERR_GUEST_FINAL_MASK, NULL, 0);
return kvm_translate_gpa(vcpu, mmu, vaddr, access | PFERR_GUEST_FINAL_MASK,
u64 error_code = PFERR_GUEST_FINAL_MASK;
.error_code = PFERR_GUEST_FINAL_MASK | PFERR_PRIVATE_ACCESS,
access | PFERR_GUEST_FINAL_MASK,
fault_stage = PFERR_GUEST_FINAL_MASK;
error_code |= PFERR_GUEST_FINAL_MASK;
if ((pte_access & ACC_USER_MASK) && (access & PFERR_GUEST_FINAL_MASK))
PFERR_GUEST_FINAL_MASK);
PFERR_GUEST_FINAL_MASK);