tblptr 27 arch/powerpc/include/asm/iommu.h #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift) tblptr 28 arch/powerpc/include/asm/iommu.h #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1)) tblptr 29 arch/powerpc/include/asm/iommu.h #define IOMMU_PAGE_ALIGN(addr, tblptr) _ALIGN_UP(addr, IOMMU_PAGE_SIZE(tblptr)) tblptr 42 net/mac80211/mesh_pathtbl.c static void mesh_path_rht_free(void *ptr, void *tblptr) tblptr 45 net/mac80211/mesh_pathtbl.c struct mesh_table *tbl = tblptr;