Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-omap/
Diommu.c527 iopte = iopte_offset(iopgd, da); in iopte_alloc()
678 iopte = iopte_offset(iopgd, da); in iopgtable_lookup_entry()
696 u32 *iopte = iopte_offset(iopgd, da); in iopgtable_clear_entry_core()
702 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()
711 iopte = iopte_offset(iopgd, 0); in iopgtable_clear_entry_core()
770 iopte_free(iopte_offset(iopgd, 0)); in iopgtable_clear_entry_all()
813 iopte = iopte_offset(iopgd, da); in iommu_fault_handler()
Diopgtable.h80 #define iopte_offset(iopgd, da) (iopgd_page_vaddr(iopgd) + iopte_index(da)) macro
Diommu-debug.c165 iopte = iopte_offset(iopgd, 0); in dump_ioptable()