Searched refs:MSR_MTRRdefType (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 705 rdmsr(MSR_MTRRdefType, lo, dummy); in get_mtrr_state() 951 rdmsr(MSR_MTRRdefType, deftype_lo, deftype_hi); in mtrr_disable() 954 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo & MTRR_DEF_TYPE_DISABLE, deftype_hi); in mtrr_disable() 960 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo, deftype_hi); in mtrr_enable()
|
| /linux/arch/x86/include/asm/ |
| H A D | msr-index.h | 422 #define MSR_MTRRdefType 0x000002ff macro
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 422 #define MSR_MTRRdefType 0x000002ff macro
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 528 {HV_X64_REGISTER_MSR_MTRR_DEF_TYPE, -1, MSR_MTRRdefType},
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 4034 case MSR_MTRRdefType: in kvm_set_msr_common() 4443 case MSR_MTRRdefType: in kvm_get_msr_common()
|