Searched refs:write_attempt (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/kvm/ ! |
| H A D | faultin.h | 22 struct guest_fault f = { .gfn = gfn, .write_attempt = wr, }; in kvm_s390_faultin_gfn_simple() 48 guest_faults[i].write_attempt); in kvm_s390_release_multiple() 71 gfn_t start, int n_pages, bool write_attempt) in kvm_s390_get_guest_pages() argument 76 rc = kvm_s390_get_guest_page(kvm, guest_faults + i, start + i, write_attempt); in kvm_s390_get_guest_pages()
|
| H A D | faultin.c | 41 foll = f->write_attempt ? FOLL_WRITE : 0; in kvm_s390_faultin_gfn() 113 kvm_release_faultin_page(kvm, f->page, !!rc, f->write_attempt); in kvm_s390_faultin_gfn() 134 f->write_attempt = w; in kvm_s390_get_guest_page()
|
| H A D | gmap.c | 534 if (!oldcrste.h.i && !(f->write_attempt && oldcrste.h.p)) in gmap_handle_minor_crste_fault() 537 if (!f->write_attempt || oldcrste.s.fc1.w) { in gmap_handle_minor_crste_fault() 538 f->write_attempt |= oldcrste.s.fc1.w && oldcrste.s.fc1.d; in gmap_handle_minor_crste_fault() 542 if (f->write_attempt) { in gmap_handle_minor_crste_fault() 563 if (!oldpte.h.i && !(f->write_attempt && oldpte.h.p)) in _gmap_handle_minor_pte_fault() 566 if (!oldpte.s.pr || (f->write_attempt && !oldpte.s.w)) in _gmap_handle_minor_pte_fault() 572 if (f->write_attempt) { in _gmap_handle_minor_pte_fault() 652 newpte = _pte(f->pfn, f->writable, f->write_attempt | oldpte.s.d, !f->page); in _gmap_link() 667 f->write_attempt | oldval.s.fc1.d); in _gmap_link()
|
| H A D | gaccess.c | 895 .write_attempt = mode == GACC_STORE, in access_guest_page_with_key_gpa() 1150 .write_attempt = true, in cmpxchg_guest_abs_with_key()
|
| H A D | dat.h | 495 bool write_attempt; /* Write access attempted */ member
|
| H A D | pv.c | 132 .write_attempt = true, in kvm_s390_pv_make_secure()
|
| H A D | kvm-s390.c | 4532 .write_attempt = wr, in vcpu_dat_fault_handler()
|