Searched refs:_PTE_EMPTY (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gmap.c | 386 pgste = gmap_ptep_xchg(priv->gmap, ptep, _PTE_EMPTY, pgste, gfn); in _gmap_unmap_pte() 656 if (oldpte.val == _PTE_EMPTY.val || oldpte.h.pfra == f->pfn) { in _gmap_link() 1077 if (READ_ONCE(*ptep).val != _PTE_EMPTY.val) in gmap_unshadow_level() 1078 dat_ptep_xchg(ptep, _PTE_EMPTY, r_gfn, sg->asce, uses_skeys(sg)); in gmap_unshadow_level()
|
| H A D | dat.h | 51 #define _PTE_EMPTY _PTE_TOK(_DAT_TOKEN_NONE, 0) macro 887 dat_ptep_xchg(ptep, _PTE_EMPTY, gfn, asce, has_skeys); in dat_ptep_clear()
|