nvmm_x86_vmx.c | 3268 bool has_true; local in function:vmx_check_ctls 3272 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0; 3275 if (has_true) { 3298 bool one_allowed, zero_allowed, has_true; local in function:vmx_init_ctls 3302 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0; 3305 if (has_true) { 3328 } else if (!has_true) {
|