Home
last modified time | relevance | path

Searched refs:gmap_crstep_xchg_atomic (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.c405 KVM_BUG_ON(!gmap_crstep_xchg_atomic(priv->gmap, crstep, old, _CRSTE_EMPTY(old.h.tt), gfn), in _gmap_unmap_crste()
501 } while (!gmap_crstep_xchg_atomic(gmap, table, crste, new, gfn)); in _crste_test_and_clear_softdirty()
548 return !gmap_crstep_xchg_atomic(gmap, f->crstep, oldcrste, newcrste, f->gfn); in gmap_handle_minor_crste_fault()
673 } while (!gmap_crstep_xchg_atomic(gmap, f->crstep, oldval, newval, f->gfn)); in _gmap_link()
H A Dgmap.h230 static inline bool __must_check gmap_crstep_xchg_atomic(struct gmap *gmap, union crste *crstep, in gmap_crstep_xchg_atomic() function