Home
last modified time | relevance | path

Searched refs:dw0 (Results 1 – 4 of 4) sorted by relevance

/include/trace/events/
Dintel_iommu.h59 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
62 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
65 __field(u64, dw0)
76 __entry->dw0 = dw0;
87 decode_prq_descriptor(__get_str(buff), MSG_MAX, __entry->dw0,
/include/linux/
Daer.h22 unsigned int dw0; member
Dintel-iommu.h833 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
840 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor()
844 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor()
845 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor()
847 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor()
851 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor()
/include/ras/
Dras_event.h321 __entry->tlp_header[0] = tlp->dw0;