Searched refs:GICV3_SGIR_VALUE (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | cpu.h | 119 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ macro
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | cpu.h | 181 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ macro
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gicv3.c | 293 sgi_val = GICV3_SGIR_VALUE(aff3, aff2, aff1, sgi_id, in gic_raise_sgi()
|