Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/i386/
H A Dfpu.h136 extern void fpu_switch_context(
H A Dpcb.c480 fpu_switch_context(old, new); in machine_switch_context()
555 fpu_switch_context(thread, NULL); in machine_processor_shutdown()
2207 fpu_switch_context(old, new); in machine_stack_handoff()
H A Dfpu.c724 fpu_switch_context(thread_t old, thread_t new) in fpu_switch_context() function