Skip to content

Commit b19522f

Browse files
committed
doc: Simplify normalized register list
EAX, EBX, ECX and EDX are the all registers returned. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 8b47ce4 commit b19522f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/cpu_templates/cpuid-normalization.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)