Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arc/core/
Dthread.c171 iframe->status32 = _ARC_V2_STATUS32_US | _ARC_V2_STATUS32_DZ; in arch_new_thread()
178 iframe->status32 = _ARC_V2_STATUS32_DZ; in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/arc/v2/
Daux_regs.h198 #define _ARC_V2_STATUS32_DZ (1 << _ARC_V2_STATUS32_DZ_BIT) macro