Searched refs:A_BIT (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ | ||
D | cpu.h | 31 #define A_BIT (1 << 8) macro |
/Zephyr-latest/arch/arm/core/cortex_a_r/ | ||
D | thread.c | 97 iframe->xpsr = A_BIT | MODE_SYS; in arch_new_thread() |