Home
last modified time | relevance | path

Searched refs:ffz_t (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Dpt_defs.h246 #define vaffz(a) ffz_t(pt_vaddr_t, a)
302 #define oaffz(a) ffz_t(pt_oaddr_t, a)
H A Dpt_log2.h120 #define ffz_t(type, a) _dispatch_sz(type, ffz, a) macro
/linux/drivers/iommu/generic_pt/fmt/
H A Damdv1.h140 return ffz_t(u32, code); in amdv1pt_entry_num_contig_lg2()