Searched refs:tblptr (Results 1 – 2 of 2) sorted by relevance
40 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift) argument41 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1)) argument42 #define IOMMU_PAGE_ALIGN(addr, tblptr) _ALIGN_UP(addr, IOMMU_PAGE_SIZE(tblptr)) argument
45 static void mesh_path_rht_free(void *ptr, void *tblptr) in mesh_path_rht_free() argument48 struct mesh_table *tbl = tblptr; in mesh_path_rht_free()