Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dcpu.h86 #define CR4_OSXSAVE (1UL<<18U) macro
/hypervisor/arch/x86/
A Dcpu.c575 val64 |= CR4_OSXSAVE; in init_pcpu_xsave()
/hypervisor/arch/x86/guest/
A Dvmexit.c398 if (vcpu->arch.xsave_enabled && ((vcpu_get_cr4(vcpu) & CR4_OSXSAVE) != 0UL)) { in xsetbv_vmexit_handler()
A Dvirtual_cr.c53 CR4_OSXSAVE | CR4_FSGSBASE | CR4_OSXMMEXCPT | \
A Dvcpuid.c773 if ((cr4 & CR4_OSXSAVE) != 0UL) { in guest_cpuid_01h()

Completed in 9 milliseconds