Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgmap.c385 pgste = gmap_ptep_xchg(priv->gmap, ptep, _PTE_EMPTY, pgste, gfn); in _gmap_unmap_pte()
456 pgste = gmap_ptep_xchg(gmap, ptep, pte, pgste, gfn); in __pte_test_and_clear_softdirty()
577 *pgste = gmap_ptep_xchg(gmap, f->ptep, newpte, *pgste, f->gfn); in _gmap_handle_minor_pte_fault()
656 pgste = gmap_ptep_xchg(gmap, f->ptep, newpte, pgste, f->gfn); in _gmap_link()
H A Dgmap.h193 static inline union pgste gmap_ptep_xchg(struct gmap *gmap, union pte *ptep, union pte newpte, in gmap_ptep_xchg() function