sm_supported      704 drivers/iommu/intel-iommu.c 	if (sm_supported(iommu)) {
sm_supported      867 drivers/iommu/intel-iommu.c 		if (!sm_supported(iommu))
sm_supported     1218 drivers/iommu/intel-iommu.c 	if (sm_supported(iommu))
sm_supported     1655 drivers/iommu/intel-iommu.c 	if (sm_supported(iommu))
sm_supported     2031 drivers/iommu/intel-iommu.c 	if (sm_supported(iommu)) {
sm_supported     2497 drivers/iommu/intel-iommu.c 		if (sm_supported(iommu)) {
sm_supported     2547 drivers/iommu/intel-iommu.c 	if (dev && dev_is_pci(dev) && sm_supported(iommu)) {
sm_supported     5101 drivers/iommu/intel-iommu.c 		if (dev_is_pci(info->dev) && sm_supported(iommu))
sm_supported     5538 drivers/iommu/intel-iommu.c 		if (!sm_supported(iommu)) {
sm_supported     5837 drivers/iommu/intel-iommu.c 	if (!sm_supported(iommu) || !pasid_supported(iommu))
sm_supported      444 include/linux/intel-iommu.h #define pasid_supported(iommu)	(sm_supported(iommu) &&			\