Lines Matching +full:protection +full:- +full:domain
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * of request-processing-starts-now indication.
50 * trace_s390_zcrypt_req - zcrypt request tracepoint function
67 __entry->ptr = ptr;
68 __entry->type = type;),
70 __entry->ptr,
71 show_zcrypt_tp_type(__entry->type))
75 * trace_s390_zcrypt_rep - zcrypt reply tracepoint function
83 * @dom: Domain id of the device where this request was processed.
98 __field(u16, domain)),
100 __entry->ptr = ptr;
101 __entry->fc = fc;
102 __entry->rc = rc;
103 __entry->device = dev;
104 __entry->domain = dom;),
105 TP_printk("ptr=%p fc=0x%04x rc=%d dev=0x%02hx domain=0x%04hx",
106 __entry->ptr,
107 (unsigned int) __entry->fc,
108 (int) __entry->rc,
109 (unsigned short) __entry->device,
110 (unsigned short) __entry->domain)
115 /* This part must be outside protection */