Home
last modified time | relevance | path

Searched refs:EFLAGS_INITIAL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h47 #define EFLAGS_INITIAL (EFLAGS_IF) macro
/Zephyr-latest/arch/x86/core/intel64/
Dthread.c54 thread->callee_saved.rflags = EFLAGS_INITIAL; in arch_new_thread()
/Zephyr-latest/arch/x86/core/ia32/
Dthread.c104 initial_frame->eflags = EFLAGS_INITIAL; in arch_new_thread()