OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_ilevel
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/xen/x86/
hypervisor_machdep.c
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)
[
all
...]
x86_xpmap.c
198
KASSERT(curcpu()->
ci_ilevel
>= IPL_VM || cold);
226
KASSERT(curcpu()->
ci_ilevel
>= IPL_VM || cold);
/src/sys/arch/x86/include/
intr.h
169
#define SPL_ASSERT_BELOW(x) KDASSERT(curcpu()->
ci_ilevel
< (x))
cpu.h
150
uint64_t
ci_ilevel
:8;
member in struct:cpu_info::__anond9089b2e010a::__anond9089b2e0208
/src/sys/arch/x86/x86/
fpu.c
434
KASSERTMSG(ci->
ci_ilevel
>= IPL_SCHED, "cpu%d ilevel=%d",
435
cpu_index(ci), ci->
ci_ilevel
);
511
KASSERTMSG(ci->
ci_ilevel
<= IPL_VM || cold, "ilevel=%d",
512
ci->
ci_ilevel
);
556
KASSERT(ci->
ci_ilevel
== IPL_VM || cold);
cpu.c
1086
ci->ci_flags, ci->ci_ipis, ci->
ci_ilevel
,
1515
KASSERT(ci->
ci_ilevel
== IPL_NONE);
1529
KASSERT(ci->
ci_ilevel
== IPL_NONE);
x86_machdep.c
474
return curcpu()->
ci_ilevel
> IPL_NONE;
pmap.c
3593
KASSERTMSG((ilevel = ci->
ci_ilevel
) < IPL_HIGH, "ilevel=%d", ilevel);
/src/sys/arch/xen/xen/
evtchn.c
352
ilevel = ci->
ci_ilevel
;
373
ci->
ci_ilevel
= evtsource[evtch]->ev_maxlevel;
375
KASSERT(ci->
ci_ilevel
>= IPL_VM);
405
ci->
ci_ilevel
= ih->ih_level;
418
ci->
ci_ilevel
= ilevel;
1139
int xci_ilevel = ci->
ci_ilevel
;
1157
printf("
ci_ilevel
0x%x ci_ipending 0x%x ci_idepth %d\n",
xenevt.c
210
KASSERT(xenevt_ih->ih_cpu->
ci_ilevel
>= IPL_HIGH);
/src/sys/arch/amd64/amd64/
trap.c
206
frame->tf_rflags, rcr2(), curcpu()->
ci_ilevel
, frame->tf_rsp);
/src/sys/dev/acpi/
acpi_cpu_cstate.c
664
KASSERT(ci->
ci_ilevel
== IPL_NONE);
/src/sys/arch/i386/i386/
trap.c
241
(long)rcr2(), curcpu()->
ci_ilevel
, frame->tf_esp);
/src/sys/arch/x86/acpi/
acpi_cpu_md.c
408
KASSERT(ci->
ci_ilevel
== IPL_NONE);
Completed in 26 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025