Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dfpu.c508 fp_state_alloc(xstate_t xs) in fp_state_alloc() argument
510 assert(ifps_zone[xs] != NULL); in fp_state_alloc()
511 return zalloc_flags(ifps_zone[xs], Z_WAITOK | Z_ZERO); in fp_state_alloc()
515 fp_state_free(void *ifps, xstate_t xs) in fp_state_free() argument
517 assert(ifps_zone[xs] != NULL); in fp_state_free()
518 zfree(ifps_zone[xs], ifps); in fp_state_free()
598 xstate_t xs = current_xstate(); in fpu_store_registers() local
599 switch (xs) { in fpu_store_registers()
612 xsave64(ifps, xstate_xmask[xs]); in fpu_store_registers()
615 xsave(ifps, xstate_xmask[xs]); in fpu_store_registers()
[all …]