Home
last modified time | relevance | path

Searched refs:tblptr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Diommu.h27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift) argument
28 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1)) argument
29 #define IOMMU_PAGE_ALIGN(addr, tblptr) ALIGN(addr, IOMMU_PAGE_SIZE(tblptr)) argument
/linux-5.19.10/net/mac80211/
Dmesh_pathtbl.c42 static void mesh_path_rht_free(void *ptr, void *tblptr) in mesh_path_rht_free() argument
45 struct mesh_table *tbl = tblptr; in mesh_path_rht_free()