Skip to content

Commit

Permalink
[AArch64] Checking specification of Memory Model Feature Registers
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Dec 15, 2024
1 parent 51827cd commit f688e95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions aarch64/arm_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -581,15 +581,19 @@ typedef union
struct
{
unsigned long long
PoPS : 4-0,
EIESB : 8-4,
ASID2 : 12-8,
HACDBS : 16-12,
FGWTE3 : 20-16,
NV_frac : 24-20,
E2H0 : 28-24,
RES0 : 36-28,
RMEGDI : 32-28,
RES0 : 36-32,
E3DSE : 40-36,
RES1 : 64-40;
RES1 : 44-40,
SRMASK : 48-44,
RES2 : 64-48;
};
} AA64MMFR4;

Expand Down

0 comments on commit f688e95

Please sign in to comment.