Home
last modified time | relevance | path

Searched refs:_thread_offset_to_flags (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/include/
Doffsets_short_arch.h15 #define _thread_offset_to_flags \ macro
/Zephyr-Core-3.5.0/arch/x86/core/ia32/
Dexcstub.S148 orb $X86_THREAD_FLAG_EXC, _thread_offset_to_flags(%edx)
200 andb $~X86_THREAD_FLAG_EXC, _thread_offset_to_flags(%ecx)
Dswap.S205 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%ebx)
245 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%eax)
Dintstub.S228 orb $X86_THREAD_FLAG_INT, _thread_offset_to_flags(%edx)
264 andb $~X86_THREAD_FLAG_INT, _thread_offset_to_flags(%eax)
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
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)