Searched refs:msr_val (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | monitor.c | 138 u64 msr_val; in __rmid_read_phys() local 149 rdmsrq(MSR_IA32_QM_CTR, msr_val); in __rmid_read_phys() 151 if (msr_val & RMID_VAL_ERROR) in __rmid_read_phys() 153 if (msr_val & RMID_VAL_UNAVAIL) in __rmid_read_phys() 156 *val = msr_val; in __rmid_read_phys() 221 u32 rmid, enum resctrl_event_id eventid, u64 msr_val) in get_corrected_val() argument 230 am->chunks += mbm_overflow_count(am->prev_msr, msr_val, in get_corrected_val() 233 am->prev_msr = msr_val; in get_corrected_val() 235 chunks = msr_val; in get_corrected_val() 248 u64 msr_val; in resctrl_arch_rmid_read() local [all …]
|
| /linux/drivers/thermal/intel/ |
| H A D | thermal_interrupt.h | 9 extern int (*platform_thermal_package_notify)(__u64 msr_val); 12 extern int (*platform_thermal_notify)(__u64 msr_val);
|
| H A D | x86_pkg_temp_thermal.c | 254 static int pkg_thermal_notify(u64 msr_val) in pkg_thermal_notify() argument
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | aperfmperf_test.c | 110 u64 msr_val; in guest_no_aperfmperf() local 113 vector = rdmsr_safe(MSR_IA32_APERF, &msr_val); in guest_no_aperfmperf() 116 vector = rdmsr_safe(MSR_IA32_APERF, &msr_val); in guest_no_aperfmperf()
|
| H A D | hyperv_features.c | 45 u64 msr_val = 0; in guest_msr() local 53 vector = rdmsr_safe(msr->idx, &msr_val); in guest_msr() 70 msr->idx, msr->write_val, msr_val); in guest_msr() 78 !!(msr_val & HV_INVARIANT_TSC_EXPOSED)); in guest_msr()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | idle.c | 77 uint64_t msr_val = MSR_IDLE; in pnv_save_sprs_for_deep_states() local 93 rc = opal_slw_set_reg(pir, P9_STOP_SPR_MSR, msr_val); in pnv_save_sprs_for_deep_states()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 960 u64 msr_val; member 1053 u64 msr_val; member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 3753 gpa_t gpa = vcpu->arch.st.msr_val & KVM_STEAL_VALID_BITS; in record_steal_time() 3762 if (!(vcpu->arch.st.msr_val & KVM_MSR_ENABLED)) in record_steal_time() 4176 vcpu->arch.st.msr_val = data; in kvm_set_msr_common() 4539 msr_info->data = vcpu->arch.st.msr_val; in kvm_get_msr_common() 4545 msr_info->data = vcpu->arch.pv_eoi.msr_val; in kvm_get_msr_common() 5246 gpa_t gpa = vcpu->arch.st.msr_val & KVM_STEAL_VALID_BITS; in kvm_steal_time_set_preempted() 5261 if (!(vcpu->arch.st.msr_val & KVM_MSR_ENABLED)) in kvm_steal_time_set_preempted() 13071 vcpu->arch.st.msr_val = 0; in kvm_vcpu_reset()
|