Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/i386/
H A Dfpu.h136 extern void fpu_switch_context(
H A Dpcb.c478 fpu_switch_context(old, new); in machine_switch_context()
553 fpu_switch_context(thread, NULL); in machine_processor_shutdown()
2205 fpu_switch_context(old, new); in machine_stack_handoff()
H A Dfpu.c672 fpu_switch_context(thread_t old, thread_t new) in fpu_switch_context() function