Searched refs:_CRSTE_TOK (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.h | 37 #define _CRSTE_TOK(l, t, p) ((union crste) { \ macro 43 #define _CRSTE_PIC(l, p) _CRSTE_TOK(l, _DAT_TOKEN_PIC, p) 46 #define _CRSTE_EMPTY(l) _CRSTE_TOK(l, _DAT_TOKEN_NONE, 0)
|
| H A D | dat.c | 923 .token = _CRSTE_TOK(0, type, param).val, in dat_set_slot()
|