Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dcap_audit.c67 CHECK_FEATURE_MISMATCH(a, b, ecap, sc_support, ECAP_SC_MASK); in check_dmar_capabilities()
113 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, ecap, sc_support, ECAP_SC_MASK); in cap_audit_hotplug()
H A Dcap_audit.h56 #define ECAP_SC_MASK BIT_ULL(7) macro