Home | History | Annotate | Download | only in cortex

Lines Matching defs:ci

54 	struct cpu_info * const ci = curcpu();
55 const int oldipl = ci->ci_cpl;
56 KASSERT(panicstr || newipl <= ci->ci_cpl);
57 if (newipl < ci->ci_cpl) {
59 ci->ci_intr_depth++;
61 ci->ci_intr_depth--;
74 struct cpu_info *ci = curcpu();
77 if (newipl >= ci->ci_cpl) {
82 ci->ci_intr_depth++;
84 ci->ci_intr_depth--;