Home
last modified time | relevance | path

Searched refs:_CRSTE_TOK (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kvm/
H A Ddat.h37 #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 Ddat.c923 .token = _CRSTE_TOK(0, type, param).val, in dat_set_slot()