Lines Matching refs:pcpu
58 struct pcpu *pc_prvspace; /* Self-reference */ \
118 __typeof(((struct pcpu *)0)->name)
122 static struct pcpu __seg_gs *__pc = 0; \
131 struct pcpu *__pc = get_pcpu(); \
140 static struct pcpu __seg_gs *__pc = 0; \
150 static struct pcpu __seg_gs *__pc = 0; \
165 static struct pcpu __seg_gs *__pc = 0; \
180 __offsetof(struct pcpu, name)
190 : "m" (*(struct pcpu *)(__pcpu_offset(pc_prvspace))), \
260 struct pcpu *__pc; \
264 : "m" (*(struct pcpu *)(__pcpu_offset(pc_prvspace)))); \