OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPL_VM
(Results
1 - 25
of
377
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/arch/usermode/include/
intrdefs.h
37
#define
IPL_VM
5
/src/sys/arch/shark/include/
intr.h
44
#define
IPL_VM
5
/src/sys/external/bsd/drm2/include/drm/
drm_irq_netbsd.h
47
#define IPL_DRM
IPL_VM
/* XXX */
/src/sys/arch/acorn32/include/
intr.h
48
#define
IPL_VM
5
/src/sys/arch/hppa/include/
intrdefs.h
12
#define
IPL_VM
2 /* memory allocation, low I/O */
/src/sys/arch/x86/include/
intrdefs.h
13
#define
IPL_VM
0x6 /* low I/O, memory allocation */
47
#define XEN_IPL2SIR(ipl) ((ipl) + (SIR_XENIPL_VM -
IPL_VM
))
/src/sys/arch/dreamcast/include/
intr.h
38
#define
IPL_VM
12
/src/sys/arch/evbsh3/include/
intr.h
38
#define
IPL_VM
12
/src/sys/arch/mmeye/include/
intr.h
43
#define
IPL_VM
12
/src/sys/arch/arm/s3c2xx0/
s3c2xx0_intr.c
115
s3c2xx0_imask[
IPL_VM
] &= s3c2xx0_imask[IPL_SOFTSERIAL];
116
s3c2xx0_imask[IPL_CLOCK] &= s3c2xx0_imask[
IPL_VM
];
144
dispatch_table[i].level =
IPL_VM
;
153
_splraise(
IPL_VM
);
/src/sys/sys/
intr.h
82
#define IPL_BIO
IPL_VM
83
#define IPL_NET
IPL_VM
84
#define IPL_TTY
IPL_VM
/src/sys/arch/vax/include/
intr.h
45
#define
IPL_VM
0x17 /* memory allocation */
56
#define IPL_UBA
IPL_VM
/* unibus adapters */
57
#define IPL_CONSMEDIA
IPL_VM
/* console media */
/src/sys/arch/hpcsh/include/
intr.h
43
#define
IPL_VM
11
/src/sys/arch/landisk/include/
intr.h
38
#define
IPL_VM
12 /* low i/o */
/src/sys/arch/sparc/include/
intr.h
45
#define
IPL_VM
7 /* memory allocation */
/src/sys/rump/include/machine/
intr.h
69
#define
IPL_VM
5
/src/sys/arch/sparc64/include/
intr.h
52
#define
IPL_VM
PIL_VM /* memory allocation */
/src/sys/arch/ia64/include/
intrdefs.h
41
#define
IPL_VM
0x5 /* low I/O, memory allocation */
/src/sys/arch/arm/arm32/
intr.c
65
spl_masks[
IPL_VM
] = irqmasks[
IPL_VM
];
/src/sys/arch/or1k/include/
intr.h
55
#define
IPL_VM
5 /* memory allocation */
109
return _splraise(
IPL_VM
);
/src/sys/arch/riscv/include/
intr.h
48
#define
IPL_VM
(IPL_SOFTSERIAL + 1)
49
#define IPL_SCHED (
IPL_VM
+ 1)
/src/sys/arch/mac68k/mac68k/
intr.c
119
ipl2psl_table[
IPL_VM
] = (PSL_S | PSL_IPL6);
125
ipl2psl_table[
IPL_VM
] = (PSL_S | PSL_IPL2);
130
ipl2psl_table[
IPL_VM
] = (PSL_S | PSL_IPL4);
160
if (ipl2psl_table[
IPL_VM
] > ipl2psl_table[IPL_SCHED])
161
ipl2psl_table[IPL_SCHED] = ipl2psl_table[
IPL_VM
];
/src/sys/arch/arm/include/arm32/
psl.h
61
#define splvm() raisespl(
IPL_VM
)
/src/sys/arch/epoc32/include/
intr.h
49
#define
IPL_VM
5 /* memory allocation */
/src/sys/arch/evbcf/include/
intr.h
42
#define
IPL_VM
5
Completed in 50 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Oct 14 01:09:49 GMT 2025