Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/i386/
H A Dfpu.c158 static const uint32_t fp_state_size[] = { variable
466 assert(xs0p->extended_state[ebx] == fp_state_size[AVX512]); in init_fpu()
485 assert(xs0p->extended_state[ebx] == fp_state_size[AVX]); in init_fpu()
492 fp_state_size[fpu_capability]); in init_fpu()
642 fp_state_size[fpu_default], ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
649 fp_state_size[AVX512], ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
842 __nochk_bcopy((char *)&state->fpu_fcw, (char *)ifps, fp_state_size[FP]); in fpu_set_fxstate()
1035 fp_state_size[FP]); in fpu_get_fxstate()
1057 __nochk_bcopy((char *)ifps, (char *)&state->fpu_fcw, fp_state_size[FP]); in fpu_get_fxstate()
1173 fp_state_size[xstate]); in fpu_dup_fxstate()
[all …]