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.h877 static inline void dat_ptep_xchg(union pte *ptep, union pte new, gfn_t gfn, union asce asce, in dat_ptep_xchg() function
889 dat_ptep_xchg(ptep, _PTE_EMPTY, gfn, asce, has_skeys); in dat_ptep_clear()
H A Dgmap.c1017 dat_ptep_xchg(ptep, _PTE_EMPTY, r_gfn, sg->asce, uses_skeys(sg)); in gmap_unshadow_level()
H A Ddat.c878 dat_ptep_xchg(ptep, new_pte, gfn, walk->asce, false); in _dat_slot_pte()