Searched refs:CR4_OSXSAVE (Results 1 – 5 of 5) sorted by relevance
86 #define CR4_OSXSAVE (1UL<<18U) macro
575 val64 |= CR4_OSXSAVE; in init_pcpu_xsave()
398 if (vcpu->arch.xsave_enabled && ((vcpu_get_cr4(vcpu) & CR4_OSXSAVE) != 0UL)) { in xsetbv_vmexit_handler()
53 CR4_OSXSAVE | CR4_FSGSBASE | CR4_OSXMMEXCPT | \
773 if ((cr4 & CR4_OSXSAVE) != 0UL) { in guest_cpuid_01h()
Completed in 9 milliseconds