1 / 6

Interrupts and Interrupts Handling

Interrupts and Interrupts Handling. Interrupt Routing. Initializing the Interrupt Handling Data Structures. The kernel's interrupt handling data structures are set up by the device drivers as they request control of the system's interrupts

rcullen
Télécharger la présentation

Interrupts and Interrupts Handling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Interrupts and Interrupts Handling

  2. Interrupt Routing

  3. Initializing the Interrupt Handling Data Structures • The kernel's interrupt handling data structures are set up by the device drivers as they request control of the system's interrupts • The individual device drivers call Linux system services routines to register their interrupt handling routine addresses

  4. Interrupt Number • Some devices are fixed • e. g. floppy : IRQ 6 • PCI devices : no problem • PCI BIOS, PCI initialization • ISA : Linux allows device drivers to probe for their interrupts

  5. Interrupt Handling

  6. Linux Interrupt Handling • Linux read the interrupt status register of PIC to determine the source • Translate the source into offset int irq_action vector • Linux call into the interrupt handling routines for all of the irqaction data structures

More Related