Changes between Version 8 and Version 9 of kernel_interrupts


Ignore:
Timestamp:
Mar 12, 2015, 5:53:00 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_interrupts

    v8 v9  
    88The 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.
    99
    10 Each multi-channel XCU component in a given cluster must contain (NB_PROCS_MAX * IRQ_PER_PROCESSOR) channels  (one channel = one output IRQ).
     10Each multi-channel XCU component in a given cluster must contain (NB_PROCS_MAX * IRQ_PER_PROCESSOR) channels  (one channel = one XCU output IRQ).
    1111
    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:
     12There 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:
    1313||isr_id         ||bits[15:0]    || defines the type of ISR to be executed ||
    1414||channel_id ||bits[31:16]  || defines the channel for multi-channels ISR ||