Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/include/
Doffsets_short_arch.h8 #define _thread_offset_to_flags \ macro
/Zephyr-latest/arch/x86/include/
Doffsets_short_arch.h15 #define _thread_offset_to_flags \ macro
/Zephyr-latest/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.S229 orb $X86_THREAD_FLAG_INT, _thread_offset_to_flags(%edx)
265 andb $~X86_THREAD_FLAG_INT, _thread_offset_to_flags(%eax)
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S355 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)