Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dxstate.c247 if ( !(v->arch.xcr0_accum & XSTATE_XSAVES_ONLY) ) in compress_xsave_states()
297 if ( v->arch.xcr0_accum & XSTATE_XSAVES_ONLY ) \ in xsave()
409 if ( v->arch.xcr0_accum & XSTATE_XSAVES_ONLY ) \ in xrstor()
458 if ( v->arch.xcr0_accum & XSTATE_XSAVES_ONLY ) in xrstor()
475 ptr->xsave_hdr.xcomp_bv = v->arch.xcr0_accum & XSTATE_XSAVES_ONLY in xrstor()
A Dcpuid.c199 p->xstate.xcr0_low = xstates & ~XSTATE_XSAVES_ONLY; in recalculate_xstate()
200 p->xstate.xcr0_high = (xstates & ~XSTATE_XSAVES_ONLY) >> 32; in recalculate_xstate()
205 p->xstate.xss_low = xstates & XSTATE_XSAVES_ONLY; in recalculate_xstate()
206 p->xstate.xss_high = (xstates & XSTATE_XSAVES_ONLY) >> 32; in recalculate_xstate()
209 xstates &= ~XSTATE_XSAVES_ONLY; in recalculate_xstate()
220 p->xstate.comp[i].xss = curr_xstate & XSTATE_XSAVES_ONLY; in recalculate_xstate()
1044 BUILD_BUG_ON(XSTATE_XSAVES_ONLY != 0); in guest_cpuid()
/xen/xen/include/asm-x86/
A Dxstate.h40 #define XSTATE_XSAVES_ONLY 0 macro

Completed in 6 milliseconds