Home
last modified time | relevance | path

Searched defs:ifps (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/i386/
H A Dfpu.c568 fp_state_free(void *ifps, xstate_t xs) in fp_state_free()
597 struct x86_fx_thread_state *ifps = fstate; in fpu_load_registers() local
649 struct x86_fx_thread_state *ifps = fstate; in fpu_store_registers() local
726 struct x86_fx_thread_state *ifps; in fpu_switch_context() local
805 struct x86_fx_thread_state *ifps; in fpu_set_fxstate() local
1055 struct x86_fx_thread_state *ifps; in fpu_get_fxstate() local
1211 struct x86_fx_thread_state *ifps = ppcb->ifps; in fpu_dup_fxstate() local
1306 struct x86_fx_thread_state *ifps = 0; in fpnoextflt() local
1368 struct x86_fx_thread_state *ifps; in fpextovrflt() local
1453 struct x86_fx_thread_state *ifps = pcb->ifps; in fp_save() local
[all …]
H A Dthread.h123 void *ifps; member