Searched refs:xcr0_allowed (Results 1 – 4 of 4) sorted by relevance
40 uint64_t xcr0_allowed; member
550 regs[0] &= limits->xcr0_allowed; in x86_emulate_cpuid()552 regs[3] &= (limits->xcr0_allowed >> 32); in x86_emulate_cpuid()567 if (!(limits->xcr0_allowed & (1ul << param))) { in x86_emulate_cpuid()
88 vmm_xsave_limits.xcr0_allowed = vmm_host_xcr0 & in vmm_host_state_init()
1673 if ((xcrval & ~limits->xcr0_allowed) != 0) { in vmx_emulate_xsetbv()