Searched refs:extended_state (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c723 cpuid_fn(0xd, info_p->cpuid_xsave_leaf.extended_state);
727 DBG(" EAX : 0x%x\n", xsp->extended_state[eax]);
728 DBG(" EBX : 0x%x\n", xsp->extended_state[ebx]);
729 DBG(" ECX : 0x%x\n", xsp->extended_state[ecx]);
730 DBG(" EDX : 0x%x\n", xsp->extended_state[edx]);
H A Dfpu.c258 if (xsp->extended_state[0] & (uint32_t)XFEM_YMM) {
259 assert(xsp->extended_state[0] & (uint32_t) XFEM_SSE);
261 assert(xsp->extended_state[2] == sizeof(struct x86_avx_thread_state));
H A Dcpuid.h270 uint32_t extended_state[4]; /* eax .. edx */ member in struct:__anon925
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsysctl.c497 SYSCTL_PROC(_machdep_cpu_xsave, OID_AUTO, extended_state,
499 (void *)offsetof(cpuid_xsave_leaf_t, extended_state),

Completed in 28 milliseconds