kvm_arch_has_noncoherent_dma
return !kvm_arch_has_noncoherent_dma(kvm) &&
EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_arch_has_noncoherent_dma);
return kvm_arch_has_noncoherent_dma(vcpu->kvm);
bool kvm_arch_has_noncoherent_dma(struct kvm *kvm);