Home
last modified time | relevance | path

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

/include/asm-generic/
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) :\
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; \
94 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
96 __ret = *__p; \
98 *__p = nval; \
/include/linux/
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); \
Dfortify-string.h21 char *__p = (char *)(p); \
25 __builtin_constant_p(*__p)) { \
27 if (__builtin_constant_p(__p[__p_len]) && \
28 __p[__p_len] == '\0') \
29 __ret = __builtin_strlen(__p); \
Dpage-flags.h535 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument