Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/
Dkvm_main.c1131 static bool memslot_is_readonly(struct kvm_memory_slot *slot) in memslot_is_readonly() function
1142 if (memslot_is_readonly(slot) && write) in __gfn_to_hva_many()
1180 *writable = !memslot_is_readonly(slot); in gfn_to_hva_memslot_prot()
1372 if (writable && memslot_is_readonly(slot)) { in __gfn_to_pfn_memslot()