Home
last modified time | relevance | path

Searched refs:SGIR_AFF_MASK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dcpu.h112 #define SGIR_AFF_MASK (0xff) macro
120 ((((uint64_t) (_aff3) & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | \
122 (((uint64_t) (_aff2) & SGIR_AFF_MASK) << SGIR_AFF2_SHIFT) | \
124 (((_aff1) & SGIR_AFF_MASK) << SGIR_AFF1_SHIFT) | \
/Zephyr-latest/include/zephyr/arch/arm64/
Dcpu.h174 #define SGIR_AFF_MASK (0xff) macro
182 ((((uint64_t) (_aff3) & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | \
184 (((uint64_t) (_aff2) & SGIR_AFF_MASK) << SGIR_AFF2_SHIFT) | \
186 (((_aff1) & SGIR_AFF_MASK) << SGIR_AFF1_SHIFT) | \