Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dfpu.c158 static const uint32_t fp_state_size[] = { variable
465 assert(xs0p->extended_state[ebx] == fp_state_size[AVX512]); in init_fpu()
484 assert(xs0p->extended_state[ebx] == fp_state_size[AVX]); in init_fpu()
491 fp_state_size[fpu_capability]); in init_fpu()
641 fp_state_size[fpu_default], ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
648 fp_state_size[AVX512], ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
832 __nochk_bcopy((char *)&state->fpu_fcw, (char *)ifps, fp_state_size[FP]); in fpu_set_fxstate()
1025 fp_state_size[FP]); in fpu_get_fxstate()
1047 __nochk_bcopy((char *)ifps, (char *)&state->fpu_fcw, fp_state_size[FP]); in fpu_get_fxstate()
1163 fp_state_size[xstate]); in fpu_dup_fxstate()
[all …]