Home
last modified time | relevance | path

Searched refs:raw_cpu_ptr (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
Dpercpu.h67 *raw_cpu_ptr(&(pcp)); \
72 *raw_cpu_ptr(&(pcp)) op val; \
77 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
85 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
94 typeof(pcp) *__p = raw_cpu_ptr(&(pcp)); \
104 typeof(pcp1) *__p1 = raw_cpu_ptr(&(pcp1)); \
105 typeof(pcp2) *__p2 = raw_cpu_ptr(&(pcp2)); \
119 ___ret = READ_ONCE(*raw_cpu_ptr(&(pcp))); \
Dmmiowb.h30 #define __mmiowb_state() raw_cpu_ptr(&__mmiowb_state)
/include/net/
Dsnmp.h162 __typeof__(*mib) *ptr = raw_cpu_ptr(mib); \
180 ptr = raw_cpu_ptr((mib)); \
/include/linux/
Dpercpu-defs.h239 #define raw_cpu_ptr(ptr) \ macro
252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr)
264 #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) macro
265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr)