Home
last modified time | relevance | path

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

/NextBSD/sys/x86/iommu/
HDintel_reg.h297 #define DMAR_FRCD2_SID(x) ((int)(x & 0xffff)) /* Source Identifier */ macro
HDintel_fault.c208 sid = DMAR_FRCD2_SID(fault_rec[1]); in dmar_fault_task()