Searched refs:MSR_MTRRdefType (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c323 rdmsr(MSR_MTRRdefType, lo, dummy);
608 rdmsr(MSR_MTRRdefType, deftype_lo, deftype_hi);
611 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo & ~0xcff, deftype_hi);
620 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo, deftype_hi);
H A Dcleanup.c689 rdmsr(MSR_MTRRdefType, def, dummy);
886 rdmsr(MSR_MTRRdefType, def, dummy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c323 rdmsr(MSR_MTRRdefType, lo, dummy);
608 rdmsr(MSR_MTRRdefType, deftype_lo, deftype_hi);
611 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo & ~0xcff, deftype_hi);
620 mtrr_wrmsr(MSR_MTRRdefType, deftype_lo, deftype_hi);
H A Dcleanup.c689 rdmsr(MSR_MTRRdefType, def, dummy);
886 rdmsr(MSR_MTRRdefType, def, dummy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dmsr-index.h65 #define MSR_MTRRdefType 0x000002ff macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmsr-index.h65 #define MSR_MTRRdefType 0x000002ff macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dx86.c967 case MSR_MTRRdefType:
998 } else if (msr == MSR_MTRRdefType) {
1020 if (msr == MSR_MTRRdefType) {
1368 if (msr == MSR_MTRRdefType)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c967 case MSR_MTRRdefType:
998 } else if (msr == MSR_MTRRdefType) {
1020 if (msr == MSR_MTRRdefType) {
1368 if (msr == MSR_MTRRdefType)

Completed in 184 milliseconds