Home
last modified time | relevance | path

Searched defs:X86_THREAD_FLAG_ALL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dthread.h9 #define X86_THREAD_FLAG_ALL 0x01 /* _thread_arch.flags: entire state saved */ macro
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h48 #define X86_THREAD_FLAG_ALL (X86_THREAD_FLAG_INT | X86_THREAD_FLAG_EXC) macro