Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h229 #define PFERR_GUEST_PAGE_MASK (1ULL << PFERR_GUEST_PAGE_BIT) macro
231 #define PFERR_NESTED_GUEST_PAGE (PFERR_GUEST_PAGE_MASK | \
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c5468 PFERR_GUEST_FINAL_MASK : PFERR_GUEST_PAGE_MASK; in handle_ept_violation()