search for: show_cacheinfo

Displaying 4 results from an estimated 4 matches for "show_cacheinfo".

2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
....c @@ -44,6 +44,10 @@ static void display_detailed_info(struct cpudata *cpu) if (cpu->maxei2 >=0xC0000000) dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); + + if (cpu->maxhv >= 0x40000000) + dump_raw_cpuid(cpu->number, 0x40000000, cpu->maxhv); + } if (show_cacheinfo) { diff --git a/x86info.h b/x86info.h index 7d2a455..c4f5d81 100644 --- a/x86info.h +++ b/x86info.h @@ -84,7 +84,7 @@ struct cpudata { unsigned int cachesize_trace; unsigned int phyaddr_bits; unsigned int viraddr_bits; - unsigned int cpuid_level, maxei, maxei2; + unsigned int cpuid_level, max...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
....c @@ -44,6 +44,10 @@ static void display_detailed_info(struct cpudata *cpu) if (cpu->maxei2 >=0xC0000000) dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); + + if (cpu->maxhv >= 0x40000000) + dump_raw_cpuid(cpu->number, 0x40000000, cpu->maxhv); + } if (show_cacheinfo) { diff --git a/x86info.h b/x86info.h index 7d2a455..c4f5d81 100644 --- a/x86info.h +++ b/x86info.h @@ -84,7 +84,7 @@ struct cpudata { unsigned int cachesize_trace; unsigned int phyaddr_bits; unsigned int viraddr_bits; - unsigned int cpuid_level, maxei, maxei2; + unsigned int cpuid_level, max...
2012 Apr 30
2
x86info: dump kvm cpuid's
...tatic void display_detailed_info(struct cpudata *cpu) > > > > if (cpu->maxei2 >=0xC0000000) > > dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); > > + dump_raw_cpuid(cpu->number, 0x40000000, 0x40000001); > > } > > > > if (show_cacheinfo) { > > -- > Gleb.
2012 Apr 30
2
x86info: dump kvm cpuid's
...tatic void display_detailed_info(struct cpudata *cpu) > > > > if (cpu->maxei2 >=0xC0000000) > > dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); > > + dump_raw_cpuid(cpu->number, 0x40000000, 0x40000001); > > } > > > > if (show_cacheinfo) { > > -- > Gleb.