OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:irqmasks
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/iomd/
iomd_irqhandler.c
64
u_int
irqmasks
[NIPL];
variable in typeref:typename:u_int[]
107
* Setup the
irqmasks
for the different Interrupt Priority Levels
112
irqmasks
[loop] = 0;
218
irqmasks
[max_level] &= ~(1 << irq);
222
irqmasks
[level] |= (1 << irq);
231
irqmasks
[IPL_NET] &=
irqmasks
[IPL_TTY];
309
irqmasks
[level] &= ~(1 << irq);
324
irqmasks
[level] |= (1 << irq);
/src/sys/arch/arm/ofw/
ofw_irqhandler.c
61
u_int
irqmasks
[NIPL];
variable in typeref:typename:u_int[]
85
* Setup the
irqmasks
for the different Interrupt Priority Levels
90
irqmasks
[loop] = 0;
180
irqmasks
[level] |= (1 << irq);
189
irqmasks
[IPL_NET] &=
irqmasks
[IPL_TTY];
256
irqmasks
[level] &= ~(1 << irq);
271
irqmasks
[level] |= (1 << irq);
/src/sys/arch/arm/sa11x0/
sa11x0_irqhandler.c
93
u_int
irqmasks
[NIPL];
variable in typeref:typename:u_int[]
137
irqmasks
[i] |= irqs;
141
irqmasks
[i] &= ~irqs;
150
irqmasks
[ipl + 1] &=
irqmasks
[ipl];
/src/sys/arch/shark/isa/
isa_irqhandler.c
95
u_int
irqmasks
[NIPL];
variable in typeref:typename:u_int[]
122
* Setup the
irqmasks
for the different Interrupt Priority Levels
127
irqmasks
[loop] = 0;
291
irqmasks
[level] = ~irqs;
298
KASSERT(
irqmasks
[IPL_NONE] == ~0);
299
irqmasks
[IPL_SOFTCLOCK] &=
irqmasks
[IPL_NONE];
300
irqmasks
[IPL_SOFTBIO] &=
irqmasks
[IPL_SOFTCLOCK];
301
irqmasks
[IPL_SOFTNET] &= irqmasks[IPL_SOFTBIO]
[
all
...]
Completed in 41 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025