Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dcap_audit.c71 CHECK_FEATURE_MISMATCH(a, b, ecap, coherent, ECAP_C_MASK); in check_dmar_capabilities()
117 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, ecap, coherent, ECAP_C_MASK); in cap_audit_hotplug()
H A Dcap_audit.h61 #define ECAP_C_MASK BIT_ULL(0) macro