Home
last modified time | relevance | path

Searched refs:GICV3_SGIR_VALUE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dcpu.h119 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ macro
/Zephyr-latest/include/zephyr/arch/arm64/
Dcpu.h181 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ macro
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3.c293 sgi_val = GICV3_SGIR_VALUE(aff3, aff2, aff1, sgi_id, in gic_raise_sgi()