Searched refs:msr_val (Results 1 – 9 of 9) 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 | intel_hfi.c | 357 u64 msr_val; in hfi_enable() local 359 rdmsrq(MSR_IA32_HW_FEEDBACK_CONFIG, msr_val); in hfi_enable() 360 msr_val |= HW_FEEDBACK_CONFIG_HFI_ENABLE_BIT; in hfi_enable() 361 wrmsrq(MSR_IA32_HW_FEEDBACK_CONFIG, msr_val); in hfi_enable() 367 u64 msr_val; in hfi_set_hw_table() local 370 msr_val = hw_table_pa | HW_FEEDBACK_PTR_VALID_BIT; in hfi_set_hw_table() 371 wrmsrq(MSR_IA32_HW_FEEDBACK_PTR, msr_val); in hfi_set_hw_table() 377 u64 msr_val; in hfi_disable() local 380 rdmsrq(MSR_IA32_HW_FEEDBACK_CONFIG, msr_val); in hfi_disable() 381 msr_val &= ~HW_FEEDBACK_CONFIG_HFI_ENABLE_BIT; in hfi_disable() [all …]
|
| 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 | 251 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 uint64_t 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 uint64_t 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/x86/kvm/ |
| H A D | lapic.c | 877 return vcpu->arch.pv_eoi.msr_val & KVM_MSR_ENABLED; in pv_eoi_enabled() 2855 u64 msr_val; in kvm_lapic_reset() local 2861 msr_val = APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE; in kvm_lapic_reset() 2863 msr_val |= MSR_IA32_APICBASE_BSP; in kvm_lapic_reset() 2871 __kvm_apic_set_base(vcpu, msr_val); in kvm_lapic_reset() 2917 vcpu->arch.pv_eoi.msr_val = 0; in kvm_lapic_reset() 3470 vcpu->arch.pv_eoi.msr_val = data; in kvm_lapic_set_pv_eoi()
|
| H A D | hyperv.c | 924 return vcpu->arch.pv_eoi.msr_val & KVM_MSR_ENABLED; in kvm_hv_assist_page_enabled()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 947 u64 msr_val; member 1040 u64 msr_val; member
|