Searched defs:xcr0 (Results 1 – 7 of 7) sorted by relevance
550 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
1020 #define PV_XSAVE_SIZE(xcr0) (PV_XSAVE_HDR_SIZE + xstate_ctxt_size(xcr0)) in arch_do_domctl() argument
1723 u64 xcr0 = n->arch.xcr0 ?: XSTATE_FP_SSE; in __context_switch() local
344 uint64_t xcr0 = get_xcr0(); in hvm_set_guest_bndcfgs() local1201 #define HVM_CPU_XSAVE_SIZE(xcr0) (offsetof(struct hvm_hw_cpu_xsave, \ argument
615 uint64_t xcr0; member
1392 uint64_t xcr0; in _get_fpu() local2494 uint64_t xcr0, bndcfg; in adjust_bnd() local
577 uint64_t xcr0; /* Updated by XSETBV */ member
Completed in 62 milliseconds