Searched refs:tblptr (Results 1 – 2 of 2) sorted by relevance
27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift) argument28 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1)) argument29 #define IOMMU_PAGE_ALIGN(addr, tblptr) ALIGN(addr, IOMMU_PAGE_SIZE(tblptr)) argument
45 static void __mesh_fast_tx_entry_free(void *ptr, void *tblptr) in __mesh_fast_tx_entry_free() argument78 static void mesh_path_rht_free(void *ptr, void *tblptr) in mesh_path_rht_free() argument81 struct mesh_table *tbl = tblptr; in mesh_path_rht_free()