Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dfpu.c561 fp_state_alloc(xstate_t xs) in fp_state_alloc() argument
563 assert(ifps_zone[xs] != NULL); in fp_state_alloc()
564 return zalloc_flags(ifps_zone[xs], Z_WAITOK | Z_ZERO); in fp_state_alloc()
568 fp_state_free(void *ifps, xstate_t xs) in fp_state_free() argument
570 assert(ifps_zone[xs] != NULL); in fp_state_free()
571 zfree(ifps_zone[xs], ifps); in fp_state_free()
651 xstate_t xs = current_xstate(); in fpu_store_registers() local
652 switch (xs) { in fpu_store_registers()
665 xsave64(ifps, xstate_xmask[xs]); in fpu_store_registers()
668 xsave(ifps, xstate_xmask[xs]); in fpu_store_registers()
[all …]