Skip to content

Commit

Permalink
[CLI] State of Instruction Cache Unit I$ and Data Cache Unit D$
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Jun 15, 2024
1 parent 5b9dc11 commit d58f420
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions aarch64/corefreq-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2685,20 +2685,24 @@ REASON_CODE SysInfoTech(Window *win,
{
{
NULL,
0,
2, "%s%.*s",
BITEXTRZ(RO(Shm)->Cpu[RO(Shm)->Proc.Service.Core]\
.SystemRegister.SCTLR,
SCTLR_I, 1),
2, "%s%.*sI$ [%3s]",
RSC(TECHNOLOGIES_ICU).CODE(), NULL,
width - 3 - RSZ(TECHNOLOGIES_ICU),
width - 13 - RSZ(TECHNOLOGIES_ICU),
NULL,
SCANKEY_NULL,
NULL
},
{
NULL,
0,
2, "%s%.*s",
BITEXTRZ(RO(Shm)->Cpu[RO(Shm)->Proc.Service.Core]\
.SystemRegister.SCTLR,
SCTLR_C, 1),
2, "%s%.*sD$ [%3s]",
RSC(TECHNOLOGIES_DCU).CODE(), NULL,
width - 3 - RSZ(TECHNOLOGIES_DCU),
width - 13 - RSZ(TECHNOLOGIES_DCU),
NULL,
SCANKEY_NULL,
NULL
Expand Down

0 comments on commit d58f420

Please sign in to comment.