Home
last modified time | relevance | path

Searched refs:__p (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/parisc/include/asm/
H A Dbarrier.h35 typeof(p) __p = (p); \
42 : : "r"(*(__u8 *)__u.__c), "r"(__p) \
47 : : "r"(*(__u16 *)__u.__c), "r"(__p) \
52 : : "r"(*(__u32 *)__u.__c), "r"(__p) \
58 : : "r"(*(__u64 *)__u.__c), "r"(__p) \
67 typeof(p) __p = (p); \
72 : "=r"(*(__u8 *)__u.__c) : "r"(__p) \
77 : "=r"(*(__u16 *)__u.__c) : "r"(__p) \
82 : "=r"(*(__u32 *)__u.__c) : "r"(__p) \
88 : "=r"(*(__u64 *)__u.__c) : "r"(__p) \
/linux/arch/arm64/include/asm/
H A Dbarrier.h129 typeof(p) __p = (p); \
137 : "=Q" (*__p) \
143 : "=Q" (*__p) \
149 : "=Q" (*__p) \
155 : "=Q" (*__p) \
165 typeof(p) __p = (p); \
167 kasan_check_read(__p, sizeof(*p)); \
172 : "Q" (*__p) : "memory"); \
177 : "Q" (*__p) : "memory"); \
182 : "Q" (*__p) : "memory"); \
[all …]
H A Duaccess.h237 __typeof__(*(ptr)) __user *__p = (ptr); \
239 if (access_ok(__p, sizeof(*__p))) { \
240 __p = uaccess_mask_ptr(__p); \
241 __raw_get_user((x), __p, (err)); \
323 __typeof__(*(ptr)) __user *__p = (ptr); \
325 if (access_ok(__p, sizeof(*__p))) { \
326 __p = uaccess_mask_ptr(__p); \
327 __raw_put_user((x), __p, (err)); \
/linux/arch/arm/include/asm/
H A Duaccess.h152 : "0" (__p), "r" (__l) \
158 __get_user_x(__r2, __p, __e, __l, 32t_8)
174 : "0" (__p), "r" (__l) \
190 switch (sizeof(*(__p))) { \
193 __get_user_x_64t(__r2, __p, __e, __l, 1); \
195 __get_user_x(__r2, __p, __e, __l, 1); \
199 __get_user_x_64t(__r2, __p, __e, __l, 2); \
201 __get_user_x(__r2, __p, __e, __l, 2); \
207 __get_user_x(__r2, __p, __e, __l, 4); \
213 __get_user_x(__r2, __p, __e, __l, 8); \
[all …]
/linux/arch/loongarch/include/asm/
H A Duaccess.h47 const __typeof__(*(ptr)) __user *__p = (ptr); \
50 access_ok(__p, sizeof(*__p)) ? __get_user((x), __p) : \
73 __typeof__(*(ptr)) __user *__p = (ptr); \
76 access_ok(__p, sizeof(*__p)) ? __put_user((x), __p) : -EFAULT; \
/linux/arch/x86/include/asm/
H A Dspecial_insns.h178 static __always_inline void clflush(volatile void *__p) in clflush() argument
180 asm volatile("clflush %0" : "+m" (*(volatile char __force *)__p)); in clflush()
183 static inline void clflushopt(volatile void *__p) in clflushopt() argument
188 "+m" (*(volatile char __force *)__p)); in clflushopt()
191 static inline void clwb(volatile void *__p) in clwb() argument
193 volatile struct { char x[64]; } *p = __p; in clwb()
/linux/arch/riscv/include/asm/
H A Duaccess.h164 const __typeof__(*(ptr)) __user *__p = (ptr); \
166 access_ok(__p, sizeof(*__p)) ? \
167 __get_user((x), __p) : \
280 __typeof__(*(ptr)) __user *__p = (ptr); \
282 access_ok(__p, sizeof(*__p)) ? \
283 __put_user((x), __p) : \
/linux/arch/mips/include/asm/
H A Duaccess.h68 __typeof__(*(ptr)) __user *__p = (ptr); \
71 access_ok(__p, sizeof(*__p)) ? __put_user((x), __p) : -EFAULT; \
94 const __typeof__(*(ptr)) __user *__p = (ptr); \
97 access_ok(__p, sizeof(*__p)) ? __get_user((x), __p) : \
/linux/include/asm-generic/
H A Duaccess.h126 void __user *__p = (ptr); \
128 access_ok(__p, sizeof(*ptr)) ? \
129 __put_user((x), ((__typeof__(*(ptr)) __user *)__p)) : \
188 const void __user *__p = (ptr); \
190 access_ok(__p, sizeof(*ptr)) ? \
191 __get_user((x), (__typeof__(*(ptr)) __user *)__p) :\
H A Dpercpu.h77 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
79 *__p += val; \
80 *__p; \
85 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
87 __ret = *__p; \
88 *__p = nval; \
103 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
104 typeof(pcp) __val = *__p, ___old = *(ovalp); \
107 *__p = nval; \
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.h109 #define for_each_plane_id_on_crtc(__crtc, __p) \ argument
110 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
111 for_each_if((__crtc)->plane_ids_mask & BIT(__p))
219 #define for_each_pipe(__dev_priv, __p) \ argument
220 for ((__p) = 0; (__p) < I915_MAX_PIPES; (__p)++) \
221 for_each_if(DISPLAY_RUNTIME_INFO(__dev_priv)->pipe_mask & BIT(__p))
223 #define for_each_pipe_masked(__dev_priv, __p, __mask) \ argument
224 for_each_pipe(__dev_priv, __p) \
225 for_each_if((__mask) & BIT(__p))
235 #define for_each_sprite(__dev_priv, __p, __s) \ argument
[all …]
/linux/include/linux/
H A Dpercpu-defs.h230 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument
231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
257 #define VERIFY_PERCPU_PTR(__p) \ argument
259 __verify_pcpu_ptr(__p); \
260 (typeof(*(__p)) __kernel __force *)(__p); \
H A Dfortify-string.h65 char *__p = (char *)(p); \
69 __builtin_constant_p(*__p)) { \
71 if (__builtin_constant_p(__p[__p_len]) && \
72 __p[__p_len] == '\0') \
73 __ret = __builtin_strlen(__p); \
H A Dpage-flags.h572 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h124 typeof(p) __p = (p); \
126 if (__p) \
127 func(__p, fmt, ##__VA_ARGS__); \
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h96 struct nvif_push *__p = (p); \
97 __p->seg++; \
98 __p->end++; \
265 struct nvif_push *__p = (p); \
267 PUSH_IMMD_HDR(__p, c, m, __d); \
268 __p->cur--; \
269 PUSH_PRINTF(__p, "%08x-> "#m, __d); \
270 __p->cur++; \
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h389 void *__p = (char *) (source) + (offset); \
391 case 1: (dest) = *(u8 *) __p; break; \
392 case 2: (dest) = be16_to_cpup(__p); break; \
393 case 4: (dest) = be32_to_cpup(__p); break; \
394 case 8: (dest) = be64_to_cpup(__p); break; \
/linux/tools/perf/util/
H A Ddso.h692 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument
693 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
H A Dunwind-libunwind-local.c103 type *__p = (type *) ptr; \
105 if ((__p + 1) > (type *) end) \
107 __v = *__p++; \
108 ptr = (typeof(ptr)) __p; \
H A Dprobe-event.c2384 ({ char *__p = NULL; if (str && !(__p = strdup(str))) goto label; __p; })
/linux/drivers/parport/
H A Dparport_ip32.c287 ({ const struct parport *__p = (p); \
288 __p ? __p->name : "parport_ip32"; }), \
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c791 void *__p = (p); \
792 u32 __t = MLX5_GET(typ, __p, fld); \
794 MLX5_SET(typ, __p, fld, 0); \
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c60 void *__p = (char *) (source) + (offset); \
63 case 1: (dest) = *(u8 *) __p; break; \
64 case 2: (dest) = be16_to_cpup(__p); break; \
65 case 4: (dest) = be32_to_cpup(__p); break; \
66 case 8: val = get_unaligned((__be64 *)__p); \
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c216 #define hme_read_desc32(__hp, __p) \ argument
217 ((__hp)->read_desc32(__p))
235 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4333 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument
4334 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument
4335 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument

12