Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dspecial_insns.h185 static __always_inline void clflush(volatile void *__p) in clflush()
190 static inline void clflushopt(volatile void *__p) in clflushopt()
197 static inline void clwb(volatile void *__p) in clwb()
/linux/arch/arm/include/asm/
H A Duaccess.h146 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument
157 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument
168 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument
/linux/tools/perf/util/
H A Ddso.h790 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument
791 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c216 #define hme_read_desc32(__hp, __p) \ argument
235 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4324 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument
4325 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument
4326 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
/linux/mm/
H A Dslub.c662 #define for_each_object(__p, __s, __addr, __objects) \ argument