Home
last modified time | relevance | path

Searched refs:KVM_PFN_ERR_FAULT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/virt/kvm/
Dkvm_main.c1665 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
1682 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1688 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1692 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/Linux-v5.4/include/linux/
Dkvm_host.h86 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
/Linux-v5.4/arch/x86/kvm/
Dmmu.c3221 return KVM_PFN_ERR_FAULT; in pte_prefetch_gfn_to_pfn()