Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c705 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 Dmsr-index.h422 #define MSR_MTRRdefType 0x000002ff macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h422 #define MSR_MTRRdefType 0x000002ff macro
/linux/drivers/hv/
H A Dmshv_vtl_main.c528 {HV_X64_REGISTER_MSR_MTRR_DEF_TYPE, -1, MSR_MTRRdefType},
/linux/arch/x86/kvm/
H A Dx86.c4034 case MSR_MTRRdefType: in kvm_set_msr_common()
4443 case MSR_MTRRdefType: in kvm_get_msr_common()