Searched defs:__p (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | special_insns.h | 185 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/tools/perf/util/ |
| H A D | dso.h | 809 kmod_path__parse(__m,__p) global() argument 810 kmod_path__parse_name(__m,__p) global() argument
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 4325 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4326 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument 4327 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 1355 #define DLE_DFI_FREE_PAGE_DUMP(__p, __end, __type) \ in rtw89_debug_mac_dump_dle_dbg() argument 1373 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument
|
| /linux/mm/ |
| H A D | slub.c | 601 #define for_each_object(__p, __s, __addr, __objects) \ argument
|