OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifpga_imask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/ifpga/
ifpga_intr.h
93
extern int
ifpga_imask
[];
95
set_curcpl(old |
ifpga_imask
[ipl]);
105
extern int
ifpga_imask
[];
108
ifpga_splx(
ifpga_imask
[ipl]);
ifpga_intr.c
61
int
ifpga_imask
[NIPL];
variable in typeref:typename:int[]
165
ifpga_imask
[ipl] = irqs;
168
KASSERT(
ifpga_imask
[IPL_NONE] == 0);
175
ifpga_imask
[IPL_VM] |= 0;
176
ifpga_imask
[IPL_SCHED] |=
ifpga_imask
[IPL_VM];
177
ifpga_imask
[IPL_HIGH] |=
ifpga_imask
[IPL_SCHED];
190
irqs |=
ifpga_imask
[ih->ih_ipl];
Completed in 20 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025