Home
last modified time | relevance | path

Searched refs:a_lg2 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Dpt_defs.h235 #define log2_to_int(a_lg2) log2_to_int_t(pt_vaddr_t, a_lg2) argument
236 #define log2_to_max_int(a_lg2) log2_to_max_int_t(pt_vaddr_t, a_lg2) argument
291 #define oalog2_to_int(a_lg2) log2_to_int_t(pt_oaddr_t, a_lg2) argument
292 #define oalog2_to_max_int(a_lg2) log2_to_max_int_t(pt_oaddr_t, a_lg2) argument
H A Dpt_log2.h14 #define log2_to_int_t(type, a_lg2) ((type)(((type)1) << (a_lg2))) argument
18 #define log2_to_max_int_t(type, a_lg2) ((type)(log2_to_int_t(type, a_lg2) - 1)) argument