@@ -28,15 +28,15 @@ See also: [boot protocol settings](boot-protocol.md)
2828
2929## Intel-specific CPUID normalization
3030
31- | Description | Leaf | Subleaf | Register | Bits |
32- | -------------------------------------------------------------- | :--------------------------------: | :-----: | :---------------- : | :---: |
33- | Update deterministic cache parameters | 0x4 | all | EAX | 31:14 |
34- | Disable Intel Turbo Boost technology | 0x6 | - | EAX | 1 |
35- | Disable frequency selection | 0x6 | - | ECX | 3 |
36- | Set FDP_EXCPTN_ONLY bit | 0x7 | 0x0 | EBX | 6 |
37- | Set "Deprecates FPU CS and FPU DS values" bit | 0x7 | 0x0 | EBX | 13 |
38- | Disable performance monitoring | 0xa | - | EAX, EBX, ECX, EDX | all |
39- | Update brand string to use a default format and real frequency | 0x80000002, 0x80000003, 0x80000004 | - | EAX, EBX, ECX, EDX | all |
31+ | Description | Leaf | Subleaf | Register | Bits |
32+ | -------------------------------------------------------------- | :--------------------------------: | :-----: | :------: | :---: |
33+ | Update deterministic cache parameters | 0x4 | all | EAX | 31:14 |
34+ | Disable Intel Turbo Boost technology | 0x6 | - | EAX | 1 |
35+ | Disable frequency selection | 0x6 | - | ECX | 3 |
36+ | Set FDP_EXCPTN_ONLY bit | 0x7 | 0x0 | EBX | 6 |
37+ | Set "Deprecates FPU CS and FPU DS values" bit | 0x7 | 0x0 | EBX | 13 |
38+ | Disable performance monitoring | 0xa | - | all | all |
39+ | Update brand string to use a default format and real frequency | 0x80000002, 0x80000003, 0x80000004 | - | all | all |
4040
4141## AMD-specifc CPUID normalization
4242
0 commit comments