Lines Matching refs:curcpu
128 ((curcpu()->ci_intr_depth > 1) || \
131 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1)
276 #define curcpu() arm_curcpu() macro
296 #define curcpu() lwp_getcpu(_curlwp()) macro
302 curcpu(void) in curcpu() function
307 #define curcpu() (&cpu_info_store[0]) macro
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; in curcpl()
345 curcpu()->ci_cpl = pri; in set_curcpl()
354 struct cpu_info * const ci = curcpu(); in cpu_dosoftints()