Searched refs:_irm (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 121 (((uint64_t) (_irm) & SGIR_IRM_MASK) << SGIR_IRM_SHIFT) | \
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | cpu.h | 181 #define GICV3_SGIR_VALUE(_aff3, _aff2, _aff1, _intid, _irm, _tgt) \ argument 183 (((uint64_t) (_irm) & SGIR_IRM_MASK) << SGIR_IRM_SHIFT) | \
|