OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_imask
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/ixp12x0/
ixp12x0_intr.c
64
static uint32_t
pci_imask
[NIPL];
variable in typeref:typename:uint32_t[]
198
pci_imask
[ipl] = pci_irqs;
202
KASSERT(
pci_imask
[IPL_NONE] == 0);
204
KASSERT(
pci_imask
[IPL_SOFTCLOCK] == 0);
206
KASSERT(
pci_imask
[IPL_SOFTBIO] == 0);
208
KASSERT(
pci_imask
[IPL_SOFTNET] == 0);
210
KASSERT(
pci_imask
[IPL_SOFTSERIAL] == 0);
213
KASSERT(
pci_imask
[IPL_VM] != 0);
219
pci_imask
[IPL_SCHED] |=
pci_imask
[IPL_VM]
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025