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

/drivers/iommu/
H A Dmsm_iommu.c366 unsigned long *sl_pte; local
447 sl_pte = sl_table + sl_offset;
451 *sl_pte = (pa & SL_BASE_MASK_SMALL) | SL_AP0 | SL_AP1 | SL_NG |
458 *(sl_pte+i) = (pa & SL_BASE_MASK_LARGE) | SL_AP0 |
477 unsigned long *sl_pte; local
519 sl_pte = sl_table + sl_offset;
523 *(sl_pte+i) = 0;
527 *sl_pte = 0;

Completed in 69 milliseconds