Lines Matching refs:attr
2400 u64 attr;
2407 attr = prot & (DMA_PTE_READ | DMA_PTE_WRITE | DMA_PTE_SNP);
2408 attr |= DMA_FL_PTE_PRESENT;
2410 attr |= DMA_FL_PTE_XD | DMA_FL_PTE_US;
2413 attr |= DMA_FL_PTE_ACCESS;
2415 attr |= DMA_FL_PTE_DIRTY;
2421 pteval = ((phys_addr_t)phys_pfn << VTD_PAGE_SHIFT) | attr;
2433 pteval = (sg_phys(sg) - pgoff) | attr;
4815 struct device_attribute *attr,
4826 struct device_attribute *attr,
4835 struct device_attribute *attr,
4844 struct device_attribute *attr,
4853 struct device_attribute *attr,
4862 struct device_attribute *attr,
4872 &dev_attr_version.attr,
4873 &dev_attr_address.attr,
4874 &dev_attr_cap.attr,
4875 &dev_attr_ecap.attr,
4876 &dev_attr_domains_supported.attr,
4877 &dev_attr_domains_used.attr,
6135 enum iommu_attr attr, void *data)
6144 switch (attr) {