Home
last modified time | relevance | path

Searched refs:IA32_FEATURE_CONTROL_LOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/x86/include/
Dspecialreg.h534 #define IA32_FEATURE_CONTROL_LOCK 0x01 /* lock bit */ macro
/freebsd-10-stable/sys/amd64/vmm/intel/
Dvmx.c508 if ((feature_control & IA32_FEATURE_CONTROL_LOCK) == 0 || in vmx_enable()
512 IA32_FEATURE_CONTROL_LOCK); in vmx_enable()
549 if ((feature_control & IA32_FEATURE_CONTROL_LOCK) == 1 && in vmx_init()