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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.c94 static void configure_mxcsr_capability_mask(struct x86_fpsave_state *ifps);
96 struct x86_fpsave_state starting_fp_state;
108 configure_mxcsr_capability_mask(struct x86_fpsave_state *ifps)
132 static struct x86_fpsave_state *
135 struct x86_fpsave_state *ifps;
137 ifps = (struct x86_fpsave_state *)zalloc(ifps_zone);
145 fp_state_free(struct x86_fpsave_state *ifps)
215 struct x86_fpsave_state *new_ifps;
217 ifps_zone = zinit(sizeof(struct x86_fpsave_state),
218 THREAD_MAX * sizeof(struct x86_fpsave_state),
[all...]
H A Dfpu.h76 struct x86_fpsave_state * fps);
144 struct x86_fpsave_state *ifps;
H A Dthread.h99 struct x86_fpsave_state { struct
136 struct x86_fpsave_state *ifps;
H A Dgenassym.c241 DECLARE("FP_VALID", offsetof(struct x86_fpsave_state *,fp_valid));

Completed in 28 milliseconds