Home
last modified time | relevance | path

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

/openbmc/linux/virt/kvm/
H A Dpfncache.c144 kvm_pfn_t new_pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn_retry()
172 if (new_pfn != KVM_PFN_ERR_FAULT) { in hva_to_pfn_retry()
316 gpc->pfn = KVM_PFN_ERR_FAULT; in __kvm_gpc_refresh()
352 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gpc_init()
408 gpc->pfn = KVM_PFN_ERR_FAULT; in kvm_gpc_deactivate()
H A Dkvm_main.c2709 return KVM_PFN_ERR_FAULT; in hva_to_pfn()
2729 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
2735 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
2739 pfn = KVM_PFN_ERR_FAULT; in hva_to_pfn()
/openbmc/linux/include/linux/
H A Dkvm_host.h96 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro