Home
last modified time | relevance | path

Searched defs:xcr0 (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/
A Dxstate.c550 static unsigned int _xstate_ctxt_size(u64 xcr0) in _xstate_ctxt_size()
566 unsigned int xstate_ctxt_size(u64 xcr0) in xstate_ctxt_size()
645 static bool valid_xcr0(u64 xcr0) in valid_xcr0()
670 int validate_xstate(const struct domain *d, uint64_t xcr0, uint64_t xcr0_accum, in validate_xstate()
797 unsigned long xcr0 = this_cpu(xcr0); in xstate_set_init() local
A Ddomctl.c1020 #define PV_XSAVE_SIZE(xcr0) (PV_XSAVE_HDR_SIZE + xstate_ctxt_size(xcr0)) in arch_do_domctl() argument
A Ddomain.c1723 u64 xcr0 = n->arch.xcr0 ?: XSTATE_FP_SSE; in __context_switch() local
/xen/xen/arch/x86/hvm/
A Dhvm.c344 uint64_t xcr0 = get_xcr0(); in hvm_set_guest_bndcfgs() local
1201 #define HVM_CPU_XSAVE_SIZE(xcr0) (offsetof(struct hvm_hw_cpu_xsave, \ argument
/xen/xen/include/asm-x86/
A Ddomain.h615 uint64_t xcr0; member
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1392 uint64_t xcr0; in _get_fpu() local
2494 uint64_t xcr0, bndcfg; in adjust_bnd() local
/xen/xen/include/public/arch-x86/hvm/
A Dsave.h577 uint64_t xcr0; /* Updated by XSETBV */ member

Completed in 62 milliseconds