Home
last modified time | relevance | path

Searched refs:MSR_MTRRdefType (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dmtrr.c57 case MSR_MTRRdefType: in msr_mtrr_valid()
76 if (msr == MSR_MTRRdefType) { in kvm_mtrr_valid()
326 if (!mtrr_is_enabled(mtrr_state) && msr != MSR_MTRRdefType) in update_mtrr()
333 } else if (msr == MSR_MTRRdefType) { in update_mtrr()
388 else if (msr == MSR_MTRRdefType) in kvm_mtrr_set_msr()
419 } else if (msr == MSR_MTRRdefType) { in kvm_mtrr_get_msr()
H A Dx86.c3728 case MSR_MTRRdefType: in kvm_set_msr_common()
4141 case MSR_MTRRdefType: in kvm_get_msr_common()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c695 rdmsr(MSR_MTRRdefType, lo, dummy); in get_mtrr_state()
941 rdmsr(MSR_MTRRdefType, deftype_lo, deftype_hi); in mtrr_disable()
944 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo & MTRR_DEF_TYPE_DISABLE, deftype_hi); in mtrr_disable()
950 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo, deftype_hi); in mtrr_enable()
H A Dcleanup.c685 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_cleanup()
885 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_trim_uncached_memory()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c272 case MSR_MTRRdefType: in helper_wrmsr()
436 case MSR_MTRRdefType: in helper_rdmsr()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h121 #define MSR_MTRRdefType 0x000002ff macro
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c574 case MSR_MTRRdefType: in nvmm_handle_rdmsr()
620 case MSR_MTRRdefType: in nvmm_handle_wrmsr()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h331 #define MSR_MTRRdefType 0x000002ff macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h347 #define MSR_MTRRdefType 0x000002ff macro
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c764 case MSR_MTRRdefType: in simulate_rdmsr()
880 case MSR_MTRRdefType: in simulate_wrmsr()
/openbmc/qemu/target/i386/
H A Dcpu.h482 #define MSR_MTRRdefType 0x2ff macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4112 kvm_msr_entry_add(cpu, MSR_MTRRdefType, env->mtrr_deftype); in kvm_put_msrs()
4548 kvm_msr_entry_add(cpu, MSR_MTRRdefType, 0); in kvm_get_msrs()
4857 case MSR_MTRRdefType: in kvm_get_msrs()