/linux/arch/parisc/include/asm/ |
H A D | barrier.h | 35 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/arm/include/asm/ |
H A D | uaccess.h | 146 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 152 : "0" (__p), "r" (__l) \ 157 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 158 __get_user_x(__r2, __p, __e, __l, 32t_8) 168 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument 174 : "0" (__p), "r" (__l) \ 184 register typeof(*(p)) __user *__p asm("r0") = (p); \ 190 switch (sizeof(*(__p))) { \ 193 __get_user_x_64t(__r2, __p, __e, __l, 1); \ 195 __get_user_x(__r2, __p, __e, __l, 1); \ [all …]
|
/linux/arch/loongarch/include/asm/ |
H A D | uaccess.h | 47 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 D | special_insns.h | 172 static __always_inline void clflush(volatile void *__p) in clflush() argument 174 asm volatile("clflush %0" : "+m" (*(volatile char __force *)__p)); in clflush() 177 static inline void clflushopt(volatile void *__p) in clflushopt() argument 182 "+m" (*(volatile char __force *)__p)); in clflushopt() 185 static inline void clwb(volatile void *__p) in clwb() argument 187 volatile struct { char x[64]; } *p = __p; in clwb()
|
/linux/arch/arm64/include/asm/ |
H A D | uaccess.h | 254 __typeof__(*(ptr)) __user *__p = (ptr); \ 256 if (access_ok(__p, sizeof(*__p))) { \ 257 __p = uaccess_mask_ptr(__p); \ 258 __raw_get_user((x), __p, __gu_failed); \ 351 __typeof__(*(ptr)) __user *__p = (ptr); \ 353 if (access_ok(__p, sizeof(*__p))) { \ 354 __p = uaccess_mask_ptr(__p); \ 355 __raw_put_user((x), __p, __pu_failed); \
|
/linux/arch/riscv/include/asm/ |
H A D | uaccess.h | 197 const __typeof__(*(ptr)) __user *__p = (ptr); \ 199 access_ok(__p, sizeof(*__p)) ? \ 200 __get_user((x), __p) : \ 313 __typeof__(*(ptr)) __user *__p = (ptr); \ 315 access_ok(__p, sizeof(*__p)) ? \ 316 __put_user((x), __p) : \
|
/linux/arch/mips/include/asm/ |
H A D | uaccess.h | 68 __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/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 99 #define for_each_plane_id_on_crtc(__crtc, __p) \ argument 100 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \ 101 for_each_if((__crtc)->plane_ids_mask & BIT(__p)) 209 #define for_each_pipe(__dev_priv, __p) \ argument 210 for ((__p) = 0; (__p) < I915_MAX_PIPES; (__p)++) \ 211 for_each_if(DISPLAY_RUNTIME_INFO(__dev_priv)->pipe_mask & BIT(__p)) 213 #define for_each_pipe_masked(__dev_priv, __p, __mask) \ argument 214 for_each_pipe(__dev_priv, __p) \ 215 for_each_if((__mask) & BIT(__p)) 225 #define for_each_sprite(__dev_priv, __p, __s) \ argument [all …]
|
/linux/include/asm-generic/ |
H A D | uaccess.h | 126 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 D | percpu.h | 77 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/platform/surface/aggregator/ |
H A D | ssh_packet_layer.h | 124 typeof(p) __p = (p); \ 126 if (__p) \ 127 func(__p, fmt, ##__VA_ARGS__); \
|
/linux/include/linux/ |
H A D | percpu-defs.h | 223 #define PERCPU_PTR(__p) \ argument 224 (typeof(*(__p)) __force __kernel *)((__force unsigned long)(__p)) 232 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument 233 RELOC_HIDE(PERCPU_PTR(__p), (__offset))
|
H A D | fortify-string.h | 65 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 D | page-flags.h | 575 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 96 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 D | mthca_dev.h | 389 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 D | dso.h | 707 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument 708 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
|
H A D | unwind-libunwind-local.c | 103 type *__p = (type *) ptr; \ 105 if ((__p + 1) > (type *) end) \ 107 __v = *__p++; \ 108 ptr = (typeof(ptr)) __p; \
|
H A D | probe-event.c | 2421 ({ char *__p = NULL; if (str && !(__p = strdup(str))) goto label; __p; })
|
/linux/drivers/parport/ |
H A D | parport_ip32.c | 287 ({ const struct parport *__p = (p); \ 288 __p ? __p->name : "parport_ip32"; }), \
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.c | 60 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 D | sunhme.c | 216 #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 D | cxgb4_main.c | 4324 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4325 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument 4326 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
|
/linux/kernel/ |
H A D | resource.c | 80 for (typeof(_root) __root = (_root), __p = _p = __root->child; \ 81 __p && _p; _p = next_resource(_p, _skip_children, __root))
|
/linux/mm/ |
H A D | slub.c | 573 #define for_each_object(__p, __s, __addr, __objects) \ argument 574 for (__p = fixup_red_left(__s, __addr); \ 575 __p < (__addr) + (__objects) * (__s)->size; \ 576 __p += (__s)->size)
|