Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_defs.h245 #define vafls(a) fls_t(pt_vaddr_t, a)
301 #define oafls(a) fls_t(pt_oaddr_t, a)
H A Dpt_log2.h84 #define fls_t(type, a) _dispatch_sz(type, fls, a) macro