Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/ia32/
Dthread.c128 thread->arch.preempFloatReg.floatRegsUnion.fpRegs.fcw = 0x037f; in arch_new_thread()
129 thread->arch.preempFloatReg.floatRegsUnion.fpRegs.ftw = 0xffff; in arch_new_thread()
131 thread->arch.preempFloatReg.floatRegsUnion.fpRegsEx.mxcsr = 0x1f80; in arch_new_thread()
Dfloat.c135 z_do_fp_and_sse_regs_save(&thread->arch.preempFloatReg); in FpCtxSave()
139 z_do_fp_regs_save(&thread->arch.preempFloatReg); in FpCtxSave()
/Zephyr-latest/arch/x86/core/offsets/
Dia32_offsets.c49 GEN_OFFSET_SYM(_thread_arch_t, preempFloatReg);
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h238 tPreempFloatReg preempFloatReg; /* volatile float register storage */ member
/Zephyr-latest/subsys/debug/
Dthread_info.c121 preempFloatReg),