Searched refs:true_ctrl (Results 1 – 1 of 1) sorted by relevance
1591 union vmx_ctrl_msr ctrl, true_ctrl; in test_vmx_caps() local1615 true_ctrl.val = rdmsr(vmx_ctl_msr[n].true_index); in test_vmx_caps()1616 ok = ctrl.clr == true_ctrl.clr; in test_vmx_caps()1617 ok = ok && ctrl.set == (true_ctrl.set | default1); in test_vmx_caps()