Searched refs:oldcrste (Results 1 – 1 of 1) sorted by relevance
516 union crste newcrste, oldcrste = READ_ONCE(*f->crstep); in gmap_handle_minor_crste_fault() local519 if (!oldcrste.h.fc) in gmap_handle_minor_crste_fault()522 f->pfn = PHYS_PFN(large_crste_to_phys(oldcrste, f->gfn)); in gmap_handle_minor_crste_fault()523 f->writable = oldcrste.s.fc1.w; in gmap_handle_minor_crste_fault()526 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()531 newcrste = oldcrste; in gmap_handle_minor_crste_fault()539 if (!oldcrste.s.fc1.d && newcrste.s.fc1.d) in gmap_handle_minor_crste_fault()542 return !dat_crstep_xchg_atomic(f->crstep, oldcrste, newcrste, f->gfn, asce); in gmap_handle_minor_crste_fault()