Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/i386/
H A Dfpu.c128 fxrstor(struct x86_fx_thread_state *a) in fxrstor()
134 fxsave(struct x86_fx_thread_state *a) in fxsave()
140 fxrstor64(struct x86_fx_thread_state *a) in fxrstor64()
146 fxsave64(struct x86_fx_thread_state *a) in fxsave64()
159 [FP] = sizeof(struct x86_fx_thread_state),
212 xsave(struct x86_fx_thread_state *a, uint32_t rfbm) in xsave()
218 xsave64(struct x86_fx_thread_state *a, uint32_t rfbm) in xsave64()
224 xrstor(struct x86_fx_thread_state *a, uint32_t rfbm) in xrstor()
230 xrstor64(struct x86_fx_thread_state *a, uint32_t rfbm) in xrstor64()
382 xsave64((struct x86_fx_thread_state *)&default_avx512_state, xstate_xmask[AVX512]); in configure_mxcsr_capability_mask()
[all …]
H A Dgenassym.c185 DECLARE("FP_VALID", offsetof(struct x86_fx_thread_state, fp_valid)); in main()
H A Dtrap.c1252 subcode = ((struct x86_fx_thread_state *)thread->machine.ifps)->fx_MXCSR; in user_trap()
1260 subcode = ((struct x86_fx_thread_state *)thread->machine.ifps)->fx_status; in user_trap()
/xnu-10002.61.3/osfmk/mach/i386/
H A Dfp_reg.h67 struct x86_fx_thread_state { struct
111 struct x86_fx_thread_state fp; argument
118 struct x86_fx_thread_state fp;
133 struct x86_fx_thread_state fx;