Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/
Dkvm_main.c1328 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
1344 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1352 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/linux-4.1.27/include/linux/
Dkvm_host.h56 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
/linux-4.1.27/arch/x86/kvm/
Dmmu.c2662 return KVM_PFN_ERR_FAULT; in pte_prefetch_gfn_to_pfn()