Searched refs:ffz_t (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_generic_pt.h | 171 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 D | pt_defs.h | 246 #define vaffz(a) ffz_t(pt_vaddr_t, a) 302 #define oaffz(a) ffz_t(pt_oaddr_t, a)
|
| H A D | pt_log2.h | 120 #define ffz_t(type, a) _dispatch_sz(type, ffz, a) macro
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | amdv1.h | 140 return ffz_t(u32, code); in amdv1pt_entry_num_contig_lg2()
|