Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dfpu.c557 struct x86_avx_thread_state *iavx = fstate; in fpu_load_registers() local
560 if (iavx->_xh.xstate_bv & ~xstate_xmask[current_xstate()]) { in fpu_load_registers()
561 panic("iavx->_xh.xstate_bv: 0x%llx", iavx->_xh.xstate_bv); in fpu_load_registers()
563 for (i = 0; i < sizeof(iavx->_xh.xhrsvd); i++) { in fpu_load_registers()
564 if (iavx->_xh.xhrsvd[i]) { in fpu_load_registers()
859 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_set_fxstate() local
862 iavx->fp.fp_save_layout = thread_is_64bit_addr(thr_act) ? XSAVE64 : XSAVE32; in fpu_set_fxstate()
865 bzero(&iavx->_xh.xhrsvd[0], sizeof(iavx->_xh.xhrsvd)); in fpu_set_fxstate()
866 iavx->_xh.xstate_bv = AVX_XMASK; in fpu_set_fxstate()
867 iavx->_xh.xcomp_bv = 0; in fpu_set_fxstate()
[all …]