/linux-4.1.27/arch/x86/include/asm/ |
D | special_insns.h | 191 static inline void clflush(volatile void *__p) in clflush() 196 static inline void clflushopt(volatile void *__p) in clflushopt() 204 static inline void clwb(volatile void *__p) in clwb()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | uaccess.h | 126 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 137 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 148 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument 210 #define __put_user_x(__r2, __p, __e, __l, __s) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | dso.h | 233 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false, false) argument 234 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true , false) argument 235 #define kmod_path__parse_ext(__m, __p) __kmod_path__parse(__m, __p, false, true) argument
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 8 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument 36 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument 59 #define iterate_bvec(i, n, __v, __p, skip, STEP) { \ argument
|
/linux-4.1.27/include/linux/ |
D | percpu-defs.h | 217 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument 244 #define VERIFY_PERCPU_PTR(__p) \ argument
|
D | page-flags.h | 255 #define PageHighMem(__p) is_highmem(page_zone(__p)) in PAGEFLAG() argument
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunhme.c | 252 #define hme_read_desc32(__hp, __p) \ argument 279 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) argument
|
/linux-4.1.27/mm/ |
D | slub.c | 273 #define for_each_object(__p, __s, __addr, __objects) \ argument 277 #define for_each_object_idx(__p, __idx, __s, __addr, __objects) \ argument
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_drv.h | 227 #define for_each_pipe(__dev_priv, __p) \ argument 229 #define for_each_plane(__dev_priv, __pipe, __p) \ argument 233 #define for_each_sprite(__dev_priv, __p, __s) \ argument
|