Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/
Dkvm_main.c1508 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
1525 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1531 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
1535 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/Linux-v4.19/include/linux/
Dkvm_host.h67 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
/Linux-v4.19/arch/x86/kvm/
Dmmu.c3016 return KVM_PFN_ERR_FAULT; in pte_prefetch_gfn_to_pfn()