Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c1804 static bool memslot_is_readonly(struct kvm_memory_slot *slot) in memslot_is_readonly() function
1815 if (memslot_is_readonly(slot) && write) in __gfn_to_hva_many()
1863 *writable = !memslot_is_readonly(slot); in gfn_to_hva_memslot_prot()
2123 if (writable && memslot_is_readonly(slot)) { in __gfn_to_pfn_memslot()
/kernel/linux/linux-6.6/virt/kvm/
H A Dkvm_main.c2424 static bool memslot_is_readonly(const struct kvm_memory_slot *slot) in memslot_is_readonly() function
2435 if (memslot_is_readonly(slot) && write) in __gfn_to_hva_many()
2483 *writable = !memslot_is_readonly(slot); in gfn_to_hva_memslot_prot()
2768 if (writable && memslot_is_readonly(slot)) { in __gfn_to_pfn_memslot()

Completed in 14 milliseconds