Home
last modified time | relevance | path

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

/linux-4.4.14/virt/kvm/
Dkvm_main.c1414 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
1430 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1438 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/linux-4.4.14/include/linux/
Dkvm_host.h61 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
/linux-4.4.14/arch/x86/kvm/
Dmmu.c2636 return KVM_PFN_ERR_FAULT; in pte_prefetch_gfn_to_pfn()