Searched refs:KVM_HVA_ERR_BAD (Results 1 - 5 of 5) sorted by relevance

/linux-master/virt/kvm/
H A Dpfncache.c362 uhva = kvm_is_error_gpa(gpc->gpa) ? gpc->uhva : KVM_HVA_ERR_BAD;
375 gpc->uhva = KVM_HVA_ERR_BAD;
408 return __kvm_gpc_activate(gpc, gpa, KVM_HVA_ERR_BAD, len);
H A Dkvm_main.c2716 return KVM_HVA_ERR_BAD;
3503 ghc->hva = KVM_HVA_ERR_BAD;
/linux-master/include/linux/
H A Dkvm_host.h136 * architectures with KVM_HVA_ERR_BAD other than PAGE_OFFSET (e.g. s390)
139 #ifndef KVM_HVA_ERR_BAD
141 #define KVM_HVA_ERR_BAD (PAGE_OFFSET) macro
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h98 * PAGE_OFFSET. For this reason we can't use the default KVM_HVA_ERR_BAD of
102 #define KVM_HVA_ERR_BAD (-1UL) macro
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h1002 #define KVM_HVA_ERR_BAD (-1UL) macro

Completed in 473 milliseconds