Lines Matching defs:set
262 * - set 'pinned = true' to make it task pinned so that if another
263 * cpu pinned event reclaims LBR, the event->oncpu will be set to -1;
264 * - set '.exclude_host = true' to record guest branches behavior;
266 * - set '.config = INTEL_FIXED_VLBR_EVENT' to indicates host perf
270 * - set 'sample_type = PERF_SAMPLE_BRANCH_STACK' and
667 static void vmx_update_intercept_for_lbr_msrs(struct kvm_vcpu *vcpu, bool set)
673 vmx_set_intercept_for_msr(vcpu, lbr->from + i, MSR_TYPE_RW, set);
674 vmx_set_intercept_for_msr(vcpu, lbr->to + i, MSR_TYPE_RW, set);
676 vmx_set_intercept_for_msr(vcpu, lbr->info + i, MSR_TYPE_RW, set);
679 vmx_set_intercept_for_msr(vcpu, MSR_LBR_SELECT, MSR_TYPE_RW, set);
680 vmx_set_intercept_for_msr(vcpu, MSR_LBR_TOS, MSR_TYPE_RW, set);