OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_imask
(Results
1 - 2
of
2
) 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
...]
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 54 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025