Re: [PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding

2025-07-03 Thread Zhao Liu
> > -/* Descriptor 0x49 depends on CPU family/model, so it is not included > > */ > > +/* > > + * Descriptor 0x49 has 2 cases: > > + * - 2nd-level cache: 4 MByte, 16-way set associative, 64 byte line > > size. > > + * - 3rd-level cache: 4MB, 16-way set associative, 64-byte l

Re: [PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding

2025-07-02 Thread Mi, Dapeng
On 6/20/2025 5:27 PM, Zhao Liu wrote: > The legacy_l2_cache (2nd-level cache: 4 MByte, 16-way set associative, > 64 byte line size) corresponds to descriptor 0x49, but at present > cpuid2_cache_descriptors doesn't support descriptor 0x49 because it has > multiple meanings. > > The 0x49 is necessa

[PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding

2025-06-20 Thread Zhao Liu
The legacy_l2_cache (2nd-level cache: 4 MByte, 16-way set associative, 64 byte line size) corresponds to descriptor 0x49, but at present cpuid2_cache_descriptors doesn't support descriptor 0x49 because it has multiple meanings. The 0x49 is necessary when CPUID 0x2 and 0x4 leaves have the consisten