Changes between Version 8 and Version 9 of kernel_interrupts
- Timestamp:
- Mar 12, 2015, 5:53:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_interrupts
v8 v9 8 8 The GIET_VM interrupt handler supports only the SOCLIB XCU interrupt controler. In a multi-cluster architectures, it must exist one XCU controller in all clusters containing processors. 9 9 10 Each multi-channel XCU component in a given cluster must contain (NB_PROCS_MAX * IRQ_PER_PROCESSOR) channels (one channel = one output IRQ).10 Each multi-channel XCU component in a given cluster must contain (NB_PROCS_MAX * IRQ_PER_PROCESSOR) channels (one channel = one XCU output IRQ). 11 11 12 There is three interrupt vectors per processor (stored in each processor's scheduler) for the three HWI (Hardware Interrupt), PTI (Programmable Timer Interrupt), and WTI (Write Triggered Interrupt) interrupts types. Each interrupt vector entry contains two fields:12 There is three interrupt vectors per processor (stored in each processor's scheduler) for the three interrupts types: HWI (Hardware Interrupt), PTI (Programmable Timer Interrupt), and WTI (Write Triggered Interrupt). Each interrupt vector entry contains two fields: 13 13 ||isr_id ||bits[15:0] || defines the type of ISR to be executed || 14 14 ||channel_id ||bits[31:16] || defines the channel for multi-channels ISR ||