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()
48 #define X86_THREAD_FLAG_ALL (X86_THREAD_FLAG_INT | X86_THREAD_FLAG_EXC) macro
66 thread->arch.flags = X86_THREAD_FLAG_ALL; in arch_new_thread()
355 andb $~X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rsi)467 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rdi)770 orb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rsi)
9 #define X86_THREAD_FLAG_ALL 0x01 /* _thread_arch.flags: entire state saved */ macro