Searched defs:__p (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/include/asm/ |
A 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/drivers/gpu/drm/i915/display/ |
A D | intel_display.h | 187 #define for_each_plane_id_on_crtc(__crtc, __p) \ argument 349 #define for_each_pipe(__dev_priv, __p) \ argument 353 #define for_each_pipe_masked(__dev_priv, __p, __mask) \ argument 365 #define for_each_sprite(__dev_priv, __p, __s) \ argument
|
/linux/arch/arm/include/asm/ |
A D | uaccess.h | 136 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 147 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 158 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument
|
/linux/tools/perf/util/ |
A D | dso.h | 293 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument 294 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
|
/linux/include/linux/ |
A D | percpu-defs.h | 230 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument 257 #define VERIFY_PERCPU_PTR(__p) \ argument
|
A D | page-flags.h | 479 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
|
/linux/drivers/net/ethernet/sun/ |
A D | sunhme.c | 252 #define hme_read_desc32(__hp, __p) \ argument 271 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) argument
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_main.c | 4334 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4335 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument 4336 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
|
/linux/lib/ |
A D | iov_iter.c | 20 #define iterate_iovec(i, n, base, len, off, __p, STEP) { \ argument
|
/linux/mm/ |
A D | slub.c | 387 #define for_each_object(__p, __s, __addr, __objects) \ argument
|
Completed in 68 milliseconds