do_IRQ()

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 24 15:59
Editor
Edited
Edited
2023 Oct 24 16:37
  1. Invoked to execute all
    ISR
    associated with an interrupt.
  1. Invoked to execute all ISRs associated with an interrupt.
  1. Execute the ISRs by invoking
    handle_IRQ_event()
  1. Re-enable the IRQ line
  1. At the end, invoke
    do_softirq()
    if not in the nested interrupt context
 
 
 
 
 
 

Recommendations