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

/drivers/iommu/
H A Dmsm_iommu.c363 unsigned long *fl_pte; local
415 fl_pte = fl_table + fl_offset; /* int pointers, 4 bytes */
420 *(fl_pte+i) = (pa & 0xFF000000) | FL_SUPERSECTION |
426 *fl_pte = (pa & 0xFFF00000) | FL_AP_READ | FL_AP_WRITE | FL_NG |
430 if ((len == SZ_4K || len == SZ_64K) && (*fl_pte) == 0) {
442 *fl_pte = ((((int)__pa(sl)) & FL_BASE_MASK) | FL_TYPE_TABLE);
445 sl_table = (unsigned long *) __va(((*fl_pte) & FL_BASE_MASK));
474 unsigned long *fl_pte; local
502 fl_pte = fl_table + fl_offset; /* int pointers, 4 bytes */
504 if (*fl_pte
[all...]

Completed in 8 milliseconds