Searched refs:ifps (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dfpu.c290 void *ifps = zalloc(ifps_zone); local
293 if (!(ALIGNED(ifps,64))) {
294 panic("fp_state_alloc: %p, %u, %p, %u", ifps, (unsigned) ifps_zone->elem_size, (void *) ifps_zone->free_elements, (unsigned) ifps_zone->alloc_size);
297 return ifps;
301 fp_state_free(void *ifps) argument
303 zfree(ifps_zone, ifps);
313 struct x86_fx_thread_state *ifps = fstate; local
314 fp_save_layout_t layout = ifps->fp_save_layout;
317 assert(ALIGNED(ifps, 64));
338 xrstor(ifps);
344 struct x86_fx_thread_state *ifps = fstate; local
393 struct x86_fx_thread_state *ifps; local
442 struct x86_fx_thread_state *ifps; local
565 struct x86_fx_thread_state *ifps; local
668 struct x86_fx_thread_state *ifps = ppcb->ifps; local
745 struct x86_fx_thread_state *ifps = 0; local
800 struct x86_fx_thread_state *ifps; local
851 struct x86_fx_thread_state *ifps = thr_act->machine.ifps; local
895 struct x86_fx_thread_state *ifps = pcb->ifps; local
917 struct x86_fx_thread_state *ifps = pcb->ifps; local
944 struct x86_fx_thread_state *ifps = thr_act->machine.ifps; local
975 struct x86_fx_thread_state *ifps = thr_act->machine.ifps; local
[all...]
H A Dthread.h116 void *ifps; member in struct:machine_thread
118 decl_simple_lock_data(,lock); /* protects ifps and ids */
H A Dpcb_native.c414 if (pcb->ifps != 0)
415 fpu_free(pcb->ifps);
H A Dgenassym.c194 DECLARE("TH_PCB_FPS", offsetof(thread_t, machine.ifps));
H A Dpcb.c542 if (thread->machine.ifps) {
/macosx-10.9.5/emacs-92/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit4114 ifps �~ # ---> 8^4-0^2- 0

Completed in 97 milliseconds