Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
1a4e431b
Unverified
Commit
1a4e431b
authored
Sep 21, 2018
by
Soby Mathew
Committed by
GitHub
Sep 21, 2018
Browse files
Merge pull request #1578 from Yann-lms/par_addr_mask_64
aarch32: PAR_ADDR_MASK should explicitly use BIT_64
parents
62542419
630cdf79
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/aarch32/arch.h
View file @
1a4e431b
...
...
@@ -576,7 +576,7 @@
#define PAR_F_SHIFT U(0)
#define PAR_F_MASK ULL(0x1)
#define PAR_ADDR_SHIFT U(12)
#define PAR_ADDR_MASK (BIT(40) - ULL(1))
/* 40-bits-wide page address */
#define PAR_ADDR_MASK (BIT
_64
(40) - ULL(1))
/* 40-bits-wide page address */
/*******************************************************************************
* Definitions for system register interface to AMU for ARMv8.4 onwards
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment