Home
last modified time | relevance | path

Searched refs:_gmap_ptep_xchg (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.h168 static inline union pgste _gmap_ptep_xchg(struct gmap *gmap, union pte *ptep, union pte newpte, in _gmap_ptep_xchg() function
196 return _gmap_ptep_xchg(gmap, ptep, newpte, pgste, gfn, true); in gmap_ptep_xchg()
H A Dgmap.c1033 pgste = _gmap_ptep_xchg(sg->parent, ptep, pte, pgste, p_gfn, false); in gmap_protect_rmap()
H A Dgaccess.c1446 pgste = _gmap_ptep_xchg(sg->parent, ptep_h, newpte, pgste, f->gfn, false); in _do_shadow_pte()