Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/i386/
H A Dfpu.c1762 struct x86_fx_thread_state *pifps = THREAD_TO_PCB(ft)->ifps; in thread_fpsimd_hash() local
1764 if (pifps) { in thread_fpsimd_hash()
1765 if (pifps->fp_valid) { in thread_fpsimd_hash()
1766 prv = fpsimd_pop((uintptr_t) &pifps->fx_XMM_reg[0][0], in thread_fpsimd_hash()
1767 sizeof(pifps->fx_XMM_reg)); in thread_fpsimd_hash()
1772 prv = fpsimd_pop((uintptr_t) &pifps->fx_XMM_reg[0][0], in thread_fpsimd_hash()
1773 sizeof(pifps->fx_XMM_reg)); in thread_fpsimd_hash()
1774 pifps->fp_valid = FALSE; in thread_fpsimd_hash()