Searched refs:fls_t (Results 1 – 2 of 2) sorted by relevance
245 #define vafls(a) fls_t(pt_vaddr_t, a)301 #define oafls(a) fls_t(pt_oaddr_t, a)
84 #define fls_t(type, a) _dispatch_sz(type, fls, a) macro