OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipls
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/sa11x0/
sa11x0_irqhandler.c
122
int
ipls
= 0;
local in function:intr_calculatemasks
124
ipls
|= 1 << q->ih_level;
125
intrlevel[irq] =
ipls
;
sa11x0_irqhandler.c
122
int
ipls
= 0;
local in function:intr_calculatemasks
124
ipls
|= 1 << q->ih_level;
125
intrlevel[irq] =
ipls
;
/src/sys/arch/xen/xen/
evtchn.c
815
struct intrsource *
ipls
;
member in struct:event_set_handler_args
855
KASSERT(esh_args->
ipls
!= NULL);
856
ci->ci_isources[sir] = esh_args->
ipls
;
858
struct intrsource *
ipls
= ci->ci_isources[sir];
local in function:event_set_handler_xcall
859
ih->ih_next =
ipls
->is_handlers;
860
ipls
->is_handlers = ih;
927
struct intrsource *
ipls
;
local in function:event_set_handler
928
ipls
= kmem_zalloc(sizeof (struct intrsource), KM_NOSLEEP);
929
if (
ipls
== NULL)
931
ipls
->is_recurse = xenev_stubs[level - IPL_VM].ist_recurse
1007
struct intrsource *
ipls
;
local in function:event_remove_handler_xcall
[
all
...]
evtchn.c
815
struct intrsource *
ipls
;
member in struct:event_set_handler_args
855
KASSERT(esh_args->
ipls
!= NULL);
856
ci->ci_isources[sir] = esh_args->
ipls
;
858
struct intrsource *
ipls
= ci->ci_isources[sir];
local in function:event_set_handler_xcall
859
ih->ih_next =
ipls
->is_handlers;
860
ipls
->is_handlers = ih;
927
struct intrsource *
ipls
;
local in function:event_set_handler
928
ipls
= kmem_zalloc(sizeof (struct intrsource), KM_NOSLEEP);
929
if (
ipls
== NULL)
931
ipls
->is_recurse = xenev_stubs[level - IPL_VM].ist_recurse
1007
struct intrsource *
ipls
;
local in function:event_remove_handler_xcall
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025