Definition of armv8-a interrupt initialization functions. More...

Go to the source code of this file.
Functions | |
| void | irq_vector_init () |
| void | irq_enable () |
| void | irq_disable () |
Definition of armv8-a interrupt initialization functions.
| void irq_disable | ( | ) |
Disables (Masks) interrupts.
| void irq_enable | ( | ) |
Enables (Unmasks) interrupts.
| void irq_vector_init | ( | ) |
Initializes interrupts, by setting the address of the Vector Base Address Register (vbar_el1) to our vector table address.