search for: rdmsr_on_cpu

Displaying 7 results from an estimated 7 matches for "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:169: error: expected declaration specifiers or ?...? before ?u32? /usr/include/asm-x86_64/msr.h:169: error: expected declaration specifiers or ?...? before ?u32? /usr/include/asm-x86_64/msr.h: In function ?rdmsr_on_cpu?: /usr/include/asm-x86_64/msr.h:171: error: ?l? undeclared (first use in this function) /usr/include/asm-x86_64/msr.h:171: error: (Each undeclared identifier is reported only once /usr/include/asm-x86_64/msr.h:171: error: for each function it appears in.) /usr/include/asm-x86_64/msr.h:171: error:...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
....h> + /* * Access to machine-specific registers (available on 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...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
....h> + /* * Access to machine-specific registers (available on 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...
2007 Apr 18
1
No subject
....h> + /* * Access to machine-specific registers (available on 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...
2007 Apr 18
1
No subject
....h> + /* * Access to machine-specific registers (available on 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...