Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_log2.h18 #define log2_to_max_int_t(type, a_lg2) ((type)(log2_to_int_t(type, a_lg2) - 1)) macro
35 ((type)(((type)a) & log2_to_max_int_t(type, b_lg2)))
44 (log2_mod_t(type, a, b_lg2) == log2_to_max_int_t(type, b_lg2))
54 ((((type)(a)) & (~log2_to_max_int_t(type, b_lg2))) | ((type)(val)))
63 (((type)(a)) | log2_to_max_int_t(type, b_lg2))
H A Dpt_defs.h236 #define log2_to_max_int(a_lg2) log2_to_max_int_t(pt_vaddr_t, a_lg2)
292 #define oalog2_to_max_int(a_lg2) log2_to_max_int_t(pt_oaddr_t, a_lg2)
H A Dkunit_generic_pt.h183 log2_to_max_int_t(u32, ffz_t(u32, val))); in test_bitops()
185 log2_to_max_int_t(u64, ffz_t(u64, val))); in test_bitops()