Home
last modified time | relevance | path

Searched refs:z_soc_irq_get_active (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/
Dirq.h31 GTEXT(z_soc_irq_get_active)
61 unsigned int z_soc_irq_get_active(void);
/Zephyr-Core-3.7.0/tests/arch/arm/arm_custom_interrupt/src/
Darm_custom_interrupt.c67 inline __attribute__((always_inline)) unsigned int z_soc_irq_get_active(void) in z_soc_irq_get_active() function
108 unsigned int this_irq = z_soc_irq_get_active() - 16; in arm_isr_handler()
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Disr_wrapper.c69 int32_t irq_number = z_soc_irq_get_active(); in _isr_wrapper()
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/
Dirq.h32 GTEXT(z_soc_irq_get_active)
62 unsigned int z_soc_irq_get_active(void);
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/
Disr_wrapper.S182 bl z_soc_irq_get_active
294 bl z_soc_irq_get_active
/Zephyr-Core-3.7.0/arch/arm64/core/
Disr_wrapper.S64 bl z_soc_irq_get_active