| /Linux-v5.4/arch/x86/include/asm/ | 
| D | special_insns.h | 198 static inline void clflush(volatile void *__p)  in clflush()203 static inline void clflushopt(volatile void *__p)  in clflushopt()
 211 static inline void clwb(volatile void *__p)  in clwb()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_display.h | 181 #define for_each_plane_id_on_crtc(__crtc, __p) \  argument291 #define for_each_pipe(__dev_priv, __p) \  argument
 294 #define for_each_pipe_masked(__dev_priv, __p, __mask) \  argument
 302 #define for_each_universal_plane(__dev_priv, __pipe, __p)		\  argument
 307 #define for_each_sprite(__dev_priv, __p, __s)				\  argument
 
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | uaccess.h | 156 #define __get_user_x(__r2, __p, __e, __l, __s)				\  argument167 #define __get_user_x_32t(__r2, __p, __e, __l, __s)			\  argument
 178 #define __get_user_x_64t(__r2, __p, __e, __l, __s)		        \  argument
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | dso.h | 274 #define kmod_path__parse(__m, __p)      __kmod_path__parse(__m, __p, false)  argument275 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true)  argument
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | percpu-defs.h | 231 #define SHIFT_PERCPU_PTR(__p, __offset)					\  argument258 #define VERIFY_PERCPU_PTR(__p)						\  argument
 
 | 
| D | page-flags.h | 374 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p))  in PAGEFLAG()  argument
 | 
| /Linux-v5.4/lib/ | 
| D | iov_iter.c | 14 #define iterate_iovec(i, n, __v, __p, skip, STEP) {	\  argument42 #define iterate_kvec(i, n, __v, __p, skip, STEP) {	\  argument
 
 | 
| /Linux-v5.4/drivers/net/ethernet/sun/ | 
| D | sunhme.c | 253 #define hme_read_desc32(__hp, __p) \  argument280 #define hme_read_desc32(__hp, __p)	((__force u32)(hme32)*(__p))  argument
 
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_main.c | 3861 	#define be16(__p) (((__p)[0] << 8) | (__p)[1])  in phy_aq1202_version()  argument3862 	#define le16(__p) ((__p)[0] | ((__p)[1] << 8))  in phy_aq1202_version()  argument
 3863 	#define le24(__p) (le16(__p) | ((__p)[2] << 16))  in phy_aq1202_version()  argument
 
 | 
| /Linux-v5.4/mm/ | 
| D | slub.c | 313 #define for_each_object(__p, __s, __addr, __objects) \  argument
 |