Searched refs:savefpu (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/posix/arch/x86_64/
H A Dsignal.h55 struct savefpu { struct
88 struct savefpu fpu;
H A Dfpu.h136 union savefpu { union
142 struct savefpu { struct
/haiku/headers/posix/arch/x86/
H A Dnpx.h116 union savefpu { union
155 int npxgetregs(struct thread *td, union savefpu *addr);
157 void npxsave(union savefpu *addr);
158 void npxsetregs(struct thread *td, union savefpu *addr);
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h13 struct savefpu extended_registers;
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp206 gFPUControlDefault = ((savefpu*)&sInitialState.fpu_state)->fp_fxsave.control;
207 gFPUMXCSRDefault = ((savefpu*)&sInitialState.fpu_state)->fp_fxsave.mxcsr;
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp53 const struct savefpu& extended = state.extended_registers;

Completed in 91 milliseconds