Searched refs:_gmap_ptep_xchg (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gmap.h | 168 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 D | gmap.c | 1033 pgste = _gmap_ptep_xchg(sg->parent, ptep, pte, pgste, p_gfn, false); in gmap_protect_rmap()
|
| H A D | gaccess.c | 1446 pgste = _gmap_ptep_xchg(sg->parent, ptep_h, newpte, pgste, f->gfn, false); in _do_shadow_pte()
|