Searched refs:__p (Results 1 – 6 of 6) sorted by relevance
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) :\
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; \
230 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))257 #define VERIFY_PERCPU_PTR(__p) \ argument259 __verify_pcpu_ptr(__p); \260 (typeof(*(__p)) __kernel __force *)(__p); \
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); \
722 ({ typeof(PTR) __p __maybe_unused = PTR; 0; })724 do { typeof(PTR) __p __maybe_unused = PTR; } while (0)726 ({ typeof(PTR) __p __maybe_unused = PTR; 0; })728 do { typeof(PTR) __p __maybe_unused = PTR; } while (0)
585 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument