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 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) {

Completed in 218 milliseconds