Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h514 union pgste __must_check __dat_ptep_xchg(union pte *ptep, union pgste pgste, union pte new,
883 pgste = __dat_ptep_xchg(ptep, pgste, new, gfn, asce, has_skeys); in dat_ptep_xchg()
H A Ddat.c214 union pgste __dat_ptep_xchg(union pte *ptep, union pgste pgste, union pte new, gfn_t gfn, in __dat_ptep_xchg() function
1048 pgste = __dat_ptep_xchg(f->ptep, pgste, newpte, f->gfn, asce, uses_skeys); in dat_link()
H A Dgmap.c304 pgste = __dat_ptep_xchg(ptep, pgste, new, gfn, walk->asce, uses_skeys(p->gmap)); in gmap_clear_young_pte()