Home
last modified time | relevance | path

Searched refs:X86_THREAD_FLAG_ALL (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/core/ia32/
Dswap.S205 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%ebx)
245 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%eax)
Dfloat.c199 if ((fp_owner->arch.flags & X86_THREAD_FLAG_ALL) != 0) { in z_float_enable()
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dthread.c61 thread->arch.flags = X86_THREAD_FLAG_ALL; in arch_new_thread()
Dlocore.S349 andb $~X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rsi)
461 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rdi)
764 orb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rsi)
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/
Dthread.h48 #define X86_THREAD_FLAG_ALL (X86_THREAD_FLAG_INT | X86_THREAD_FLAG_EXC) macro
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dthread.h9 #define X86_THREAD_FLAG_ALL 0x01 /* _thread_arch.flags: entire state saved */ macro