Lines Matching refs:writable

1254 				      gfn_t gfn, bool *writable)  in gfn_to_hva_memslot_prot()  argument
1258 if (!kvm_is_error_hva(hva) && writable) in gfn_to_hva_memslot_prot()
1259 *writable = !memslot_is_readonly(slot); in gfn_to_hva_memslot_prot()
1264 unsigned long gfn_to_hva_prot(struct kvm *kvm, gfn_t gfn, bool *writable) in gfn_to_hva_prot() argument
1268 return gfn_to_hva_memslot_prot(slot, gfn, writable); in gfn_to_hva_prot()
1271 unsigned long kvm_vcpu_gfn_to_hva_prot(struct kvm_vcpu *vcpu, gfn_t gfn, bool *writable) in kvm_vcpu_gfn_to_hva_prot() argument
1275 return gfn_to_hva_memslot_prot(slot, gfn, writable); in kvm_vcpu_gfn_to_hva_prot()
1303 bool write_fault, bool *writable, pfn_t *pfn) in hva_to_pfn_fast() argument
1316 if (!(write_fault || writable)) in hva_to_pfn_fast()
1323 if (writable) in hva_to_pfn_fast()
1324 *writable = true; in hva_to_pfn_fast()
1336 bool *writable, pfn_t *pfn) in hva_to_pfn_slow() argument
1343 if (writable) in hva_to_pfn_slow()
1344 *writable = write_fault; in hva_to_pfn_slow()
1359 if (unlikely(!write_fault) && writable) { in hva_to_pfn_slow()
1364 *writable = true; in hva_to_pfn_slow()
1401 bool write_fault, bool *writable) in hva_to_pfn() argument
1410 if (hva_to_pfn_fast(addr, atomic, async, write_fault, writable, &pfn)) in hva_to_pfn()
1416 npages = hva_to_pfn_slow(addr, async, write_fault, writable, &pfn); in hva_to_pfn()
1446 bool *async, bool write_fault, bool *writable) in __gfn_to_pfn_memslot() argument
1457 if (writable && memslot_is_readonly(slot)) { in __gfn_to_pfn_memslot()
1458 *writable = false; in __gfn_to_pfn_memslot()
1459 writable = NULL; in __gfn_to_pfn_memslot()
1463 writable); in __gfn_to_pfn_memslot()
1468 bool *writable) in gfn_to_pfn_prot() argument
1471 write_fault, writable); in gfn_to_pfn_prot()