Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dfpu.c509 fp_state_alloc(xstate_t xs) in fp_state_alloc() argument
511 assert(ifps_zone[xs] != NULL); in fp_state_alloc()
512 return zalloc_flags(ifps_zone[xs], Z_WAITOK | Z_ZERO); in fp_state_alloc()
516 fp_state_free(void *ifps, xstate_t xs) in fp_state_free() argument
518 assert(ifps_zone[xs] != NULL); in fp_state_free()
519 zfree(ifps_zone[xs], ifps); in fp_state_free()
599 xstate_t xs = current_xstate(); in fpu_store_registers() local
600 switch (xs) { in fpu_store_registers()
613 xsave64(ifps, xstate_xmask[xs]); in fpu_store_registers()
616 xsave(ifps, xstate_xmask[xs]); in fpu_store_registers()
[all …]