Searched refs:KVM_MEMSLOT_INCOHERENT (Results 1 – 2 of 2) sorted by relevance
1315 fault_ipa_uncached = memslot->flags & KVM_MEMSLOT_INCOHERENT; in user_mem_abort()1845 slot->flags |= KVM_MEMSLOT_INCOHERENT; in kvm_arch_create_memslot()
43 #define KVM_MEMSLOT_INCOHERENT (1UL << 17) macro