Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dhma_fpu.c217 features = get_xcr(XFEATURE_ENABLED_MASK); in hma_fpu_describe_xsave_state()
333 allowed_bits = get_xcr(XFEATURE_ENABLED_MASK); in hma_fpu_set_xsave_state()
H A Dfpu.c1102 (get_xcr(XFEATURE_ENABLED_MASK) & XFEATURE_FP_INITIAL); in fp_new_lwp()
H A Dcpuid.c3580 set_xcr(XFEATURE_ENABLED_MASK, flags); in setup_xfem()
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1560 #define XFEATURE_ENABLED_MASK 0x0 macro