Searched refs:_aff3 (Results 1 – 2 of 2) 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) \ argument 120 ((((uint64_t) (_aff3) & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | \
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | cpu.h | 181 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ argument 182 ((((uint64_t) (_aff3) & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | \
|