Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A 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-6.3-rc2/net/mac80211/
A 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()

Completed in 5 milliseconds