Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dtegra-smmu.c728 u32 pte_attrs; in __tegra_smmu_map() local
743 pte_attrs = SMMU_PTE_NONSECURE; in __tegra_smmu_map()
746 pte_attrs |= SMMU_PTE_READABLE; in __tegra_smmu_map()
749 pte_attrs |= SMMU_PTE_WRITABLE; in __tegra_smmu_map()
752 SMMU_PHYS_PFN(paddr) | pte_attrs); in __tegra_smmu_map()