Searched refs:_CRSTE (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.h | 645 #define _CRSTE(x) ((union crste) { .val = _Generic((x), \ macro 770 #define crste_hole(x) _crste_hole(_CRSTE(x)) 777 #define crste_none(x) _crste_none(_CRSTE(x)) 831 union pud : _dereference_crste(_CRSTE(x)), \ 832 union p4d : _dereference_crste(_CRSTE(x)), \ 833 union pgd : _dereference_crste(_CRSTE(x)), \ 834 union crste : _dereference_crste(_CRSTE(x)))) 932 return dat_crstep_xchg_atomic(_CRSTEP(pmdp), _CRSTE(old), _CRSTE(new), gfn, asce); in dat_pmdp_xchg_atomic() 938 return dat_crstep_xchg_atomic(_CRSTEP(pudp), _CRSTE(old), _CRSTE(new), gfn, asce); in dat_pudp_xchg_atomic()
|