Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgmap.c526 if (!oldcrste.h.i && !(f->write_attempt && oldcrste.h.p)) in gmap_handle_minor_crste_fault()
529 if (!f->write_attempt || oldcrste.s.fc1.w) { in gmap_handle_minor_crste_fault()
530 f->write_attempt |= oldcrste.s.fc1.w && oldcrste.s.fc1.d; in gmap_handle_minor_crste_fault()
534 if (f->write_attempt) { in gmap_handle_minor_crste_fault()
557 if (!oldpte.h.i && !(f->write_attempt && oldpte.h.p)) in _gmap_handle_minor_pte_fault()
560 if (!oldpte.s.pr || (f->write_attempt && !oldpte.s.w)) in _gmap_handle_minor_pte_fault()
566 if (f->write_attempt) { in _gmap_handle_minor_pte_fault()
H A Ddat.c1044 newpte = _pte(f->pfn, f->writable, f->write_attempt | oldpte.s.d, !f->page); in dat_link()
1058 f->write_attempt | oldval.s.fc1.d); in dat_link()
H A Ddat.h495 bool write_attempt; /* Write access attempted */ member
H A Dpv.c132 .write_attempt = true, in kvm_s390_pv_make_secure()
H A Dkvm-s390.c4533 .write_attempt = wr, in vcpu_dat_fault_handler()