Searched refs:MSR_MTRRdefType (Results 1 – 4 of 4) sorted by relevance
122 case MSR_MTRRdefType: in svm_rdmsr()151 case MSR_MTRRdefType: in svm_wrmsr()
346 wrmsr(MSR_MTRRdefType, rdmsr(MSR_MTRRdefType) & ~MTRR_DEF_ENABLE); in x86_mrstoreone()416 wrmsr(MSR_MTRRdefType, rdmsr(MSR_MTRRdefType) | MTRR_DEF_ENABLE); in x86_mrstoreone()624 mtrrdef = rdmsr(MSR_MTRRdefType); in x86_mrinit()700 wrmsr(MSR_MTRRdefType, mtrrdef); in x86_mrAPinit()
427 case MSR_MTRRdefType: in vmx_rdmsr()470 case MSR_MTRRdefType: in vmx_wrmsr()
590 #define MSR_MTRRdefType 0x2ff macro