Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c3259 bool has_true; in vmx_check_ctls() local
3263 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0; in vmx_check_ctls()
3266 if (has_true) { in vmx_check_ctls()
3289 bool one_allowed, zero_allowed, has_true; in vmx_init_ctls() local
3293 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0; in vmx_init_ctls()
3296 if (has_true) { in vmx_init_ctls()
3319 } else if (!has_true) { in vmx_init_ctls()