OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IR_BIT_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/include/
intr.h
97
#define
IR_BIT_MASK
0xffffff00
98
#define IR_BIT_REG(x) (
IR_BIT_MASK
| (x))
100
#define IR_BIT_USED_P(x) (((x) &
IR_BIT_MASK
) !=
IR_BIT_MASK
)
101
#define IR_BIT_NESTED_P(x) (((x) &
IR_BIT_MASK
) ==
IR_BIT_MASK
)
103
#define IR_BIT_UNUSED_P(x) ((x) ==
IR_BIT_MASK
)
/src/sys/arch/hppa/hppa/
intr.c
495
int reg = ir->ir_bits_map[31 ^ idx] & ~
IR_BIT_MASK
;
Completed in 13 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025