Home
last modified time | relevance | path

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

/include/asm-generic/
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) :\
A Dpercpu.h90 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
92 *__p += val; \
93 *__p; \
98 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
100 __ret = *__p; \
101 *__p = nval; \
116 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
117 TYPEOF_UNQUAL(pcp) __val = *__p, ___old = *(ovalp); \
120 *__p = nval; \
/include/linux/
A Dpercpu-defs.h225 #define PERCPU_PTR(__p) \ argument
226 (TYPEOF_UNQUAL(*(__p)) __force __kernel *)((__force unsigned long)(__p))
234 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument
235 RELOC_HIDE(PERCPU_PTR(__p), (__offset))
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); \
A Ddma-mapping.h718 ({ typeof(PTR) __p __maybe_unused = PTR; 0; })
720 do { typeof(PTR) __p __maybe_unused = PTR; } while (0)
722 ({ typeof(PTR) __p __maybe_unused = PTR; 0; })
724 do { typeof(PTR) __p __maybe_unused = PTR; } while (0)
A Dpage-flags.h616 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument

Completed in 18 milliseconds