Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dxstate.h34 #define XSTATE_SSE (1ULL << _XSTATE_SSE) macro
52 #define XSTATE_FP_SSE (XSTATE_FP | XSTATE_SSE)
53 #define XCNTXT_MASK (XSTATE_FP | XSTATE_SSE | XSTATE_YMM | XSTATE_OPMASK | \
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxstate.c454 if ( ((mask & XSTATE_SSE) || in xrstor()
598 BUG_ON((eax & XSTATE_YMM) && !(eax & XSTATE_SSE)); in xstate_init()
655 if ( (xcr0 & XSTATE_YMM) && !(xcr0 & XSTATE_SSE) ) in valid_xcr0()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1872 if ( !(curr->arch.xcr0 & XSTATE_SSE) || in hvmemul_get_fpu()

Completed in 13 milliseconds