Searched refs:log2_to_max_int_t (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_log2.h | 18 #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 D | pt_defs.h | 236 #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)
|