Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dmsm_iommu.c373 unsigned long *fl_pte; in msm_iommu_map() local
421 fl_pte = fl_table + fl_offset; /* int pointers, 4 bytes */ in msm_iommu_map()
426 *(fl_pte+i) = (pa & 0xFF000000) | FL_SUPERSECTION | in msm_iommu_map()
432 *fl_pte = (pa & 0xFFF00000) | FL_AP_READ | FL_AP_WRITE | FL_NG | in msm_iommu_map()
436 if ((len == SZ_4K || len == SZ_64K) && (*fl_pte) == 0) { in msm_iommu_map()
448 *fl_pte = ((((int)__pa(sl)) & FL_BASE_MASK) | FL_TYPE_TABLE); in msm_iommu_map()
451 sl_table = (unsigned long *) __va(((*fl_pte) & FL_BASE_MASK)); in msm_iommu_map()
480 unsigned long *fl_pte; in msm_iommu_unmap() local
505 fl_pte = fl_table + fl_offset; /* int pointers, 4 bytes */ in msm_iommu_unmap()
507 if (*fl_pte == 0) { in msm_iommu_unmap()
[all …]