OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xenevt_ih
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/xen/xen/
xenevt.c
135
static struct intrhand *
xenevt_ih
;
variable in typeref:struct:intrhand *
199
xenevt_ih
= event_set_handler(xenevt_ev, xenevt_processevt, NULL,
202
KASSERT(
xenevt_ih
!= NULL);
209
KASSERT(curcpu() ==
xenevt_ih
->ih_cpu);
210
KASSERT(
xenevt_ih
->ih_cpu->ci_ilevel >= IPL_HIGH);
213
atomic_or_64(&
xenevt_ih
->ih_cpu->ci_istate, (1ULL << SIR_XENIPL_HIGH));
214
atomic_add_int(&
xenevt_ih
->ih_pending, 1);
328
d->ci =
xenevt_ih
->ih_cpu;
Completed in 56 milliseconds
Indexes created Wed Oct 29 12:09:47 GMT 2025