Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dkunit_generic_pt.h171 KUNIT_ASSERT_EQ(test, ffz_t(u64, BIT_ULL(i) - 1), i); in test_bitops()
174 KUNIT_ASSERT_EQ(test, ffz_t(u64, BIT_ULL(i) - 1), i); in test_bitops()
182 KUNIT_ASSERT_EQ(test, log2_mod_t(u32, val, ffz_t(u32, val)), in test_bitops()
183 log2_to_max_int_t(u32, ffz_t(u32, val))); in test_bitops()
184 KUNIT_ASSERT_EQ(test, log2_mod_t(u64, val, ffz_t(u64, val)), in test_bitops()
185 log2_to_max_int_t(u64, ffz_t(u64, val))); in test_bitops()
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()