Home
last modified time | relevance | path

Searched refs:xcr0_allowed (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/amd64/vmm/
HDvmm_host.h38 uint64_t xcr0_allowed; member
HDx86.c547 regs[0] &= limits->xcr0_allowed; in x86_emulate_cpuid()
549 regs[3] &= (limits->xcr0_allowed >> 32); in x86_emulate_cpuid()
564 if (!(limits->xcr0_allowed & (1ul << param))) { in x86_emulate_cpuid()
HDvmm_host.c83 vmm_xsave_limits.xcr0_allowed = vmm_host_xcr0 & in vmm_host_state_init()
/freebsd-head/sys/amd64/vmm/intel/
HDvmx.c1726 if ((xcrval & ~limits->xcr0_allowed) != 0) { in vmx_emulate_xsetbv()