Home
last modified time | relevance | path

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

/Linux-v5.15/virt/kvm/
Dkvm_main.c2399 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
2416 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
2422 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
2426 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/Linux-v5.15/include/linux/
Dkvm_host.h90 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c2796 return KVM_PFN_ERR_FAULT; in pte_prefetch_gfn_to_pfn()