Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Ddma-iommu.c515 static bool dev_is_untrusted(struct device *dev) in dev_is_untrusted() function
522 return IS_ENABLED(CONFIG_SWIOTLB) && dev_is_untrusted(dev); in dev_use_swiotlb()