Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dfpu.c1775 struct x86_fx_thread_state *pifps = THREAD_TO_PCB(ft)->ifps; in thread_fpsimd_hash() local
1777 if (pifps) { in thread_fpsimd_hash()
1778 if (pifps->fp_valid) { in thread_fpsimd_hash()
1779 prv = fpsimd_pop((uintptr_t) &pifps->fx_XMM_reg[0][0], in thread_fpsimd_hash()
1780 sizeof(pifps->fx_XMM_reg)); in thread_fpsimd_hash()
1790 prv = fpsimd_pop((uintptr_t) &pifps->fx_XMM_reg[0][0], in thread_fpsimd_hash()
1791 sizeof(pifps->fx_XMM_reg)); in thread_fpsimd_hash()
1792 pifps->fp_valid = FALSE; in thread_fpsimd_hash()