Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/mach/i386/ !
H A Dfp_reg.h117 struct x86_avx512_thread_state { struct
135 struct x86_avx512_thread_state avx512; argument
/xnu-8020.121.3/osfmk/i386/ !
H A Dfpu.c161 [AVX512] = sizeof(struct x86_avx512_thread_state)
275 DBG_AVX512_STATE(struct x86_avx512_thread_state *sp) in DBG_AVX512_STATE()
284 kprintf("x_YMM_Hi128: %lu\n", offsetof(struct x86_avx512_thread_state, x_YMM_Hi128)); in DBG_AVX512_STATE()
285 kprintf("x_Opmask: %lu\n", offsetof(struct x86_avx512_thread_state, x_Opmask)); in DBG_AVX512_STATE()
286 kprintf("x_ZMM_Hi256: %lu\n", offsetof(struct x86_avx512_thread_state, x_ZMM_Hi256)); in DBG_AVX512_STATE()
287 kprintf("x_Hi16_ZMM: %lu\n", offsetof(struct x86_avx512_thread_state, x_Hi16_ZMM)); in DBG_AVX512_STATE()
327 DBG_AVX512_STATE(__unused struct x86_avx512_thread_state *sp) in DBG_AVX512_STATE()
879 struct x86_avx512_thread_state *iavx = (void *) ifps; in fpu_set_fxstate()
1072 struct x86_avx512_thread_state *iavx = (void *) ifps; in fpu_get_fxstate()
1468 struct x86_avx512_thread_state *ifps512 = NULL; in fpu_savearea_promote_avx512()