Home
last modified time | relevance | path

Searched refs:set_xcr0 (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Di387.c32 ok = set_xcr0(v->arch.xcr0_accum | XSTATE_FP_SSE); in fpu_xrstor()
35 ok = set_xcr0(v->arch.xcr0 ?: XSTATE_FP_SSE); in fpu_xrstor()
147 ok = set_xcr0(v->arch.xcr0_accum | XSTATE_FP_SSE); in fpu_xsave()
150 ok = set_xcr0(v->arch.xcr0 ?: XSTATE_FP_SSE); in fpu_xsave()
A Dxstate.c57 bool set_xcr0(u64 xfeatures) in set_xcr0() function
554 bool ok = set_xcr0(xcr0); in _xstate_ctxt_size()
559 ok = set_xcr0(act_xcr0); in _xstate_ctxt_size()
605 if ( !set_xcr0(feature_mask) ) in xstate_init()
709 if ( !set_xcr0(new_bv) ) in handle_xsetbv()
790 if ( (~xcr0 & mask) && !set_xcr0(xcr0 | mask) ) in xstate_set_init()
801 if ( (~xcr0 & mask) && !set_xcr0(xcr0) ) in xstate_set_init()
A Ddomain.c1620 if ( xcr0 != get_xcr0() && !set_xcr0(xcr0) ) in __context_switch()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dsuspend.c80 if ( cpu_has_xsave && !set_xcr0(saved_xcr0) ) in restore_rest_processor_state()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dxstate.h110 bool __must_check set_xcr0(u64 xfeatures);

Completed in 8 milliseconds