HomeSort by: relevance | last modified time | path
    Searched defs:has_true (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 3288 bool has_true; local
3292 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0;
3295 if (has_true) {
3318 bool one_allowed, zero_allowed, has_true; local
3322 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0;
3325 if (has_true) {
3348 } else if (!has_true) {

Completed in 15 milliseconds