Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/i386/
H A Dfpu.c164 fp_state_size(xstate_t state) in fp_state_size() function
518 assert(xs0p->extended_state[ebx] == fp_state_size(AVX512)); in init_fpu()
537 assert(xs0p->extended_state[ebx] == fp_state_size(AVX)); in init_fpu()
544 fp_state_size(fpu_capability)); in init_fpu()
694 fp_state_size(fpu_default), ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
701 fp_state_size(AVX512), ZC_ALIGNMENT_REQUIRED | ZC_ZFREE_CLEARMEM); in fpu_module_init()
894 __nochk_bcopy((char *)&state->fpu_fcw, (char *)ifps, fp_state_size(FP)); in fpu_set_fxstate()
1089 fp_state_size(FP)); in fpu_get_fxstate()
1111 __nochk_bcopy((char *)ifps, (char *)&state->fpu_fcw, fp_state_size(FP)); in fpu_get_fxstate()
1230 fp_state_size(xstate)); in fpu_dup_fxstate()
[all …]