OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALPHA_ALL_SOFTINTS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/alpha/alpha/
interrupt.c
470
((
ALPHA_ALL_SOFTINTS
<< ((ipl) << 1)) &
ALPHA_ALL_SOFTINTS
)
489
__CTASSERT((
ALPHA_ALL_SOFTINTS
& ~0xfUL) == 0);
490
__CTASSERT(SOFTINTS_ELIGIBLE(IPL_NONE) ==
ALPHA_ALL_SOFTINTS
);
522
KASSERT(si_bit &
ALPHA_ALL_SOFTINTS
);
locore.s
282
* (
ALPHA_ALL_SOFTINTS
<< ((ipl) << 1))
287
ldiq t2,
ALPHA_ALL_SOFTINTS
/* t2 =
ALPHA_ALL_SOFTINTS
*/
/src/sys/arch/alpha/include/
intr.h
129
#define
ALPHA_ALL_SOFTINTS
(ALPHA_IPL1_SOFTINTS | ALPHA_IPL2_SOFTINTS)
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025