Searched refs:X86_THREAD_FLAG_ALL (Results 1 – 6 of 6) sorted by relevance
205 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%ebx)245 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%eax)
199 if ((fp_owner->arch.flags & X86_THREAD_FLAG_ALL) != 0) { in z_float_enable()
61 thread->arch.flags = X86_THREAD_FLAG_ALL; in arch_new_thread()
349 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)
48 #define X86_THREAD_FLAG_ALL (X86_THREAD_FLAG_INT | X86_THREAD_FLAG_EXC) macro
9 #define X86_THREAD_FLAG_ALL 0x01 /* _thread_arch.flags: entire state saved */ macro