Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dfpu.c556 struct x86_avx_thread_state *iavx = fstate; in fpu_load_registers() local
559 if (iavx->_xh.xstate_bv & ~xstate_xmask[current_xstate()]) { in fpu_load_registers()
560 panic("iavx->_xh.xstate_bv: 0x%llx", iavx->_xh.xstate_bv); in fpu_load_registers()
562 for (i = 0; i < sizeof(iavx->_xh.xhrsvd); i++) { in fpu_load_registers()
563 if (iavx->_xh.xhrsvd[i]) { in fpu_load_registers()
849 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_set_fxstate() local
852 iavx->fp.fp_save_layout = thread_is_64bit_addr(thr_act) ? XSAVE64 : XSAVE32; in fpu_set_fxstate()
855 bzero(&iavx->_xh.xhrsvd[0], sizeof(iavx->_xh.xhrsvd)); in fpu_set_fxstate()
856 iavx->_xh.xstate_bv = AVX_XMASK; in fpu_set_fxstate()
857 iavx->_xh.xcomp_bv = 0; in fpu_set_fxstate()
[all …]