Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_log2.h70 #define _dispatch_sz(type, fn, a) \ macro
84 #define fls_t(type, a) _dispatch_sz(type, fls, a)
97 #define ffs_t(type, a) _dispatch_sz(type, __ffs, a)
120 #define ffz_t(type, a) _dispatch_sz(type, ffz, a)