Searched refs:has_skeys (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.h | 878 bool has_skeys) in dat_ptep_xchg() argument 883 pgste = __dat_ptep_xchg(ptep, pgste, new, gfn, asce, has_skeys); in dat_ptep_xchg() 887 static inline void dat_ptep_clear(union pte *ptep, gfn_t gfn, union asce asce, bool has_skeys) in dat_ptep_clear() argument 889 dat_ptep_xchg(ptep, _PTE_EMPTY, gfn, asce, has_skeys); in dat_ptep_clear()
|