Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dfpu.h109 __asm__ __volatile__ ("xsetbv" :: "a"(mask_lo), "d"(mask_hi), "c" (XCR0)); in xsetbv()
H A Ducode.c173 saved_xcr0 = xgetbv(XCR0); in ucode_cpuid_set_info()
H A Dfpu.c289 kprintf("XCR0: 0x%016llx\n", xgetbv(XCR0)); in DBG_AVX512_STATE()
708 …tf(fpu_YMM_capable ? (xgetbv(XCR0) == xstate_xmask[cdp->cpu_xstate]) : TRUE, "XCR0 mismatch: 0x%ll… in fpu_switch_context()
1654 assert(xgetbv(XCR0) == AVX_XMASK); in fpUDflt()
H A Dproc_reg.h190 #define XCR0 (0) macro