Lines Matching full:level
8 bool "Multi-level interrupt support"
13 levels are used, a second level interrupt aggregator would combine
14 all interrupts routed to it into one IRQ line in the first level
15 interrupt controller. If three levels are used, a third level
17 second level. The number of interrupt levels is usually determined
23 int "Total number of first level interrupt bits"
39 bool "Second-level interrupt support"
41 Second level interrupts are used to increase the number of
45 int "Offset in _sw_isr_table for level 2 interrupts"
50 where storage for 2nd level interrupt ISRs begins. This is
51 typically allocated after ISRs for level 1 interrupts.
54 int "Total number of second level interrupt aggregators"
59 The number of level 2 interrupt aggregators to support. Each
60 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 2
64 int "Total number of second level interrupt bits"
71 prev-level-num = 1
72 cur-level-num = 2
73 cur-level = 2ND
92 bool "Third-level interrupt support"
95 Third level interrupts are used to increase the number of
99 int "Total number of third level interrupt aggregators"
104 The number of level 3 interrupt aggregators to support. Each
105 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3
109 int "Offset in _sw_isr_table for level 3 interrupts"
114 where storage for 3rd level interrupt ISRs begins. This is
115 typically allocated after ISRs for level 2 interrupts.
118 int "Total number of third level interrupt bits"
125 prev-level-num = 2
126 cur-level-num = 3
127 cur-level = 3RD