Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dtegra-smmu.c711 u32 pte_attrs; in __tegra_smmu_map() local
726 pte_attrs = SMMU_PTE_NONSECURE; in __tegra_smmu_map()
729 pte_attrs |= SMMU_PTE_READABLE; in __tegra_smmu_map()
732 pte_attrs |= SMMU_PTE_WRITABLE; in __tegra_smmu_map()
735 SMMU_PHYS_PFN(paddr) | pte_attrs); in __tegra_smmu_map()