Other terms of GIC

Source: Internet
Author: User

In the previous sections of translation, we briefly introduced some terms about the interrupt status, such as active. This article adds some other terms to help us better learn about GIC:

PPI: Private peripheral interrupt: Private interrupt of a processor, which can only be sent to this processor

SPI: Share peripheral interrupt: distributor can be configured to be sent to any processor

Edge-triggered: edge-triggered interrupt

Level-sensitive: horizontal triggering interrupt

SGI: Software-generated interrupt: The software creates an interruption by writing the gicd_sgir register of GIC. It is mainly used for inter-core communication.

1-N model: One Interrupt is sent to multiple processors, but only one processor processes it. That is, if one processor responds to the interrupt, the pending bit of the interrupt is cleared, when other processors respond again, the pseudo interrupt number (1023) is obtained. The processor reads the IAR register to obtain the interrupt number. We will explain this register later;

N-N model: Each processor processes the same interrupt, and the response of one processor to the same interrupt does not affect the processing of the interrupt by other processors.





Other terms of GIC

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.