Home
last modified time | relevance | path

Searched refs:tblptr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Diommu.h27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift)
28 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1))
29 #define IOMMU_PAGE_ALIGN(addr, tblptr) ALIGN(addr, IOMMU_PAGE_SIZE(tblptr))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Diommu.h27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift)
28 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1))
29 #define IOMMU_PAGE_ALIGN(addr, tblptr) ALIGN(addr, IOMMU_PAGE_SIZE(tblptr))
/kernel/linux/linux-5.10/net/mac80211/
H 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()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_pathtbl.c45 static void __mesh_fast_tx_entry_free(void *ptr, void *tblptr) in __mesh_fast_tx_entry_free() argument
78 static void mesh_path_rht_free(void *ptr, void *tblptr) in mesh_path_rht_free() argument
81 struct mesh_table *tbl = tblptr; in mesh_path_rht_free()

Completed in 4 milliseconds