Searched refs:PFERR_PRESENT_MASK (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dmmu.h217 u32 errcode = PFERR_PRESENT_MASK;
H A Dx86.c809 if ((fault->error_code & PFERR_PRESENT_MASK) &&
13568 if (!(error_code & PFERR_PRESENT_MASK) ||
/linux-master/arch/x86/kvm/mmu/
H A Dmmu_internal.h290 .present = err & PFERR_PRESENT_MASK,
H A Dmmutrace.h51 { PFERR_PRESENT_MASK, "P" }, \
H A Dpaging_tmpl.h421 errcode = PFERR_RSVD_MASK | PFERR_PRESENT_MASK;
/linux-master/arch/x86/kvm/vmx/
H A Dsgx.c129 ex.error_code = PFERR_PRESENT_MASK | PFERR_WRITE_MASK |
H A Dvmx.c911 mask = PFERR_PRESENT_MASK | PFERR_RSVD_MASK;
912 match = PFERR_PRESENT_MASK;
5768 ? PFERR_PRESENT_MASK : 0;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h269 #define PFERR_PRESENT_MASK BIT(PFERR_PRESENT_BIT) macro
282 PFERR_PRESENT_MASK)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1366 #define PFERR_PRESENT_MASK BIT(PFERR_PRESENT_BIT) macro

Completed in 238 milliseconds