Searched refs:MSR_MTRRdefType (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | mtrr.c | 57 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 D | x86.c | 3728 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 D | generic.c | 695 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 D | cleanup.c | 685 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 D | misc_helper.c | 272 case MSR_MTRRdefType: in helper_wrmsr() 436 case MSR_MTRRdefType: in helper_rdmsr()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 121 #define MSR_MTRRdefType 0x000002ff macro
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 574 case MSR_MTRRdefType: in nvmm_handle_rdmsr() 620 case MSR_MTRRdefType: in nvmm_handle_wrmsr()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 331 #define MSR_MTRRdefType 0x000002ff macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 347 #define MSR_MTRRdefType 0x000002ff macro
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_emu.c | 764 case MSR_MTRRdefType: in simulate_rdmsr() 880 case MSR_MTRRdefType: in simulate_wrmsr()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 482 #define MSR_MTRRdefType 0x2ff macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 4112 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()
|