OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ir_bits_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/hppa/
intr.c
83
ir->
ir_bits_map
[idx] = IR_BIT_UNUSED;
144
if (IR_BIT_USED_P(ir->
ir_bits_map
[31 ^ bit_pos]))
159
ir->
ir_bits_map
[31 ^ bit_pos] = IR_BIT_REG(idx);
171
if (!IR_BIT_USED_P(ir->
ir_bits_map
[31 ^ bit_pos])) {
172
ir->
ir_bits_map
[31 ^ bit_pos] = 1 << idx;
176
ir->
ir_bits_map
[31 ^ bit_pos] |= 1 << idx;
299
if (!IR_BIT_UNUSED_P(ir->
ir_bits_map
[31 ^ bit_pos]))
493
if (IR_BIT_NESTED_P(ir->
ir_bits_map
[31 ^ idx])) {
495
int reg = ir->
ir_bits_map
[31 ^ idx] & ~IR_BIT_MASK;
500
pending |= ir->
ir_bits_map
[31 ^ idx]
[
all
...]
/src/sys/arch/hppa/include/
intr.h
95
unsigned int
ir_bits_map
[HPPA_INTERRUPT_BITS];
member in struct:hppa_interrupt_register
Completed in 24 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025