Searched refs:x86_fx_thread_state (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.h103 extern void fxsave64(struct x86_fx_thread_state *);
104 extern void fxrstor64(struct x86_fx_thread_state *);
H A Dfpu.c248 fp_register_state_size = sizeof(struct x86_fx_thread_state);
313 struct x86_fx_thread_state *ifps = fstate;
360 struct x86_fx_thread_state *ifps = fstate;
403 if ((fp_register_state_size != sizeof(struct x86_fx_thread_state)) &&
433 struct x86_fx_thread_state *ifps;
482 struct x86_fx_thread_state *ifps;
483 struct x86_fx_thread_state *new_ifps;
486 size_t state_size = sizeof(struct x86_fx_thread_state);
605 struct x86_fx_thread_state *ifps;
609 size_t state_size = sizeof(struct x86_fx_thread_state);
[all...]
H A Dgenassym.c255 DECLARE("FP_VALID", offsetof(struct x86_fx_thread_state *,fp_valid));
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dfp_reg.h65 struct x86_fx_thread_state { struct

Completed in 69 milliseconds