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

/linux-master/virt/kvm/
H A Dpfncache.c159 kvm_pfn_t new_pfn = KVM_PFN_ERR_FAULT;
187 if (new_pfn != KVM_PFN_ERR_FAULT) {
342 gpc->pfn = KVM_PFN_ERR_FAULT;
383 gpc->pfn = KVM_PFN_ERR_FAULT;
464 gpc->pfn = KVM_PFN_ERR_FAULT;
H A Dkvm_main.c2991 return KVM_PFN_ERR_FAULT;
3011 pfn = KVM_PFN_ERR_FAULT;
3017 pfn = KVM_PFN_ERR_FAULT;
3021 pfn = KVM_PFN_ERR_FAULT;
/linux-master/include/linux/
H A Dkvm_host.h96 #define KVM_PFN_ERR_FAULT (KVM_PFN_ERR_MASK) macro

Completed in 198 milliseconds