Lines Matching defs:curcpu
128 ((curcpu()->ci_intr_depth > 1) || \
131 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1)
276 #define curcpu() arm_curcpu()
295 // curcpu() expands into two instructions: a mrc and a ldr
296 #define curcpu() lwp_getcpu(_curlwp())
302 curcpu(void)
307 #define curcpu() (&cpu_info_store[0])
315 #define curlwp (curcpu()->ci_curlwp)
322 #define cpu_number() (curcpu()->ci_index)
331 cii = 0, __USE(cii), ci = curcpu(); ci != NULL; ci = NULL
339 return curcpu()->ci_cpl;
345 curcpu()->ci_cpl = pri;
354 struct cpu_info * const ci = curcpu();