Displaying 7 results from an estimated 7 matches for "wrmsr_on_cpu".
Did you mean:
rdmsr_on_cpu
2007 Dec 04
10
[PATCH 0/10] Integrate msr.h
Hello,
This series of patches integrates msr.h header.
What it really does, is a series of steps to allow us
to get rid of duplicate code between i386 and x86_64 versions
With this done, achieving paravirt for x86_64 gets really easy,
just a couple of extra code.
The first patch was already sent a while ago, but was not yet pushed
to any tree , to my knowledge. So it is sent again. Also,
2007 Dec 04
10
[PATCH 0/10] Integrate msr.h
Hello,
This series of patches integrates msr.h header.
What it really does, is a series of steps to allow us
to get rid of duplicate code between i386 and x86_64 versions
With this done, achieving paravirt for x86_64 gets really easy,
just a couple of extra code.
The first patch was already sent a while ago, but was not yet pushed
to any tree , to my knowledge. So it is sent again. Also,
2010 May 17
1
centos release 5.5 issue
...error: expected declaration
specifiers or ?...? before ?u32?
/usr/include/asm-x86_64/msr.h:173: error: expected declaration
specifiers or ?...? before ?u32?
/usr/include/asm-x86_64/msr.h:173: error: expected declaration
specifiers or ?...? before ?u32?
/usr/include/asm-x86_64/msr.h: In function ?wrmsr_on_cpu?:
/usr/include/asm-x86_64/msr.h:175: error: ?msr_no? undeclared (first use
in this function)
/usr/include/asm-x86_64/msr.h:175: error: ?l? undeclared (first use in
this function)
/usr/include/asm-x86_64/msr.h:175: error: ?h? undeclared (first use in
this function)
Anyone else seen this or foun...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...n 586 and better only)
* Note: the rd* operations modify the parameters directly (without using
@@ -158,9 +163,6 @@
return edx;
}
-#define MSR_IA32_UCODE_WRITE 0x79
-#define MSR_IA32_UCODE_REV 0x8b
-
#ifdef CONFIG_SMP
void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
@@ -183,269 +185,9 @@
{
return wrmsr_safe(msr_no, l, h);
}
-#endif /* CONFIG_SMP */
-
-#endif
+#endif /* CONFIG_SMP */
-/* AMD/K8 specific MSRs */
-#define MSR_EFER 0xc0000080 /* extended feature register */
-#define MSR_STAR 0xc0000081 /* l...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...n 586 and better only)
* Note: the rd* operations modify the parameters directly (without using
@@ -158,9 +163,6 @@
return edx;
}
-#define MSR_IA32_UCODE_WRITE 0x79
-#define MSR_IA32_UCODE_REV 0x8b
-
#ifdef CONFIG_SMP
void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
@@ -183,269 +185,9 @@
{
return wrmsr_safe(msr_no, l, h);
}
-#endif /* CONFIG_SMP */
-
-#endif
+#endif /* CONFIG_SMP */
-/* AMD/K8 specific MSRs */
-#define MSR_EFER 0xc0000080 /* extended feature register */
-#define MSR_STAR 0xc0000081 /* l...
2007 Apr 18
1
No subject
...n 586 and better only)
* Note: the rd* operations modify the parameters directly (without using
@@ -158,9 +163,6 @@
return edx;
}
-#define MSR_IA32_UCODE_WRITE 0x79
-#define MSR_IA32_UCODE_REV 0x8b
-
#ifdef CONFIG_SMP
void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
@@ -183,269 +185,9 @@
{
return wrmsr_safe(msr_no, l, h);
}
-#endif /* CONFIG_SMP */
-
-#endif
+#endif /* CONFIG_SMP */
-/* AMD/K8 specific MSRs */
-#define MSR_EFER 0xc0000080 /* extended feature register */
-#define MSR_STAR 0xc0000081 /* l...
2007 Apr 18
1
No subject
...n 586 and better only)
* Note: the rd* operations modify the parameters directly (without using
@@ -158,9 +163,6 @@
return edx;
}
-#define MSR_IA32_UCODE_WRITE 0x79
-#define MSR_IA32_UCODE_REV 0x8b
-
#ifdef CONFIG_SMP
void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h);
@@ -183,269 +185,9 @@
{
return wrmsr_safe(msr_no, l, h);
}
-#endif /* CONFIG_SMP */
-
-#endif
+#endif /* CONFIG_SMP */
-/* AMD/K8 specific MSRs */
-#define MSR_EFER 0xc0000080 /* extended feature register */
-#define MSR_STAR 0xc0000081 /* l...