Lines Matching refs:ci_ilevel
174 if (*ret == 0 && curcpu()->ci_ilevel <
205 HYPERVISOR_shared_info->events_mask, ci->ci_ilevel);
260 if (ci->ci_ilevel < IPL_HIGH) {
262 int oipl = ci->ci_ilevel;
263 ci->ci_ilevel = IPL_HIGH;
266 ci->ci_ilevel = oipl;
285 level = ci->ci_ilevel;
310 if (level != ci->ci_ilevel)
313 level, (uint64_t)ci->ci_ilevel, (uint64_t)ci->ci_ipending);
503 KASSERT(ci->ci_ilevel == IPL_NONE);