Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h770 #define IA32_FEATURE_CONTROL_LOCK 0x01 /* lock bit */ macro
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c639 if ((feature_control & IA32_FEATURE_CONTROL_LOCK) == 0 || in vmx_enable()
643 IA32_FEATURE_CONTROL_LOCK); in vmx_enable()
681 if ((feature_control & IA32_FEATURE_CONTROL_LOCK) == 1 && in vmx_modinit()