Home
last modified time | relevance | path

Searched refs:__dat_ptep_xchg (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.h191 return __dat_ptep_xchg(ptep, pgste, newpte, gfn, gmap->asce, uses_skeys(gmap)); in _gmap_ptep_xchg()
H A Ddat.h514 union pgste __must_check __dat_ptep_xchg(union pte *ptep, union pgste pgste, union pte new,
881 pgste = __dat_ptep_xchg(ptep, pgste, new, gfn, asce, has_skeys); in dat_ptep_xchg()
H A Dgmap.c305 pgste = __dat_ptep_xchg(ptep, pgste, new, gfn, walk->asce, uses_skeys(p->gmap)); in gmap_clear_young_pte()
H A Ddat.c188 union pgste __dat_ptep_xchg(union pte *ptep, union pgste pgste, union pte new, gfn_t gfn, in __dat_ptep_xchg() function
H A Dgaccess.c1458 pgste = __dat_ptep_xchg(ptep, pgste, newpte, gpa_to_gfn(raddr), sg->asce, uses_skeys(sg)); in _do_shadow_pte()