commit | b519538dfefc2f8478a1bcb458459c861d431784 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Dec 01 17:33:48 2017 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Dec 11 13:41:17 2017 +0000 |
tree | 67c2118ec03d3ba0464620ecc5f5f6117b87e6f8 | |
parent | 7a4a0c1555b824e0d3dd72942481b1190abea604 [diff] |
arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR There are now a handful of open-coded masks to extract the ASID from a TTBR value, so introduce a TTBR_ASID_MASK and use that instead. Suggested-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Laura Abbott <labbott@redhat.com> Tested-by: Shanker Donthineni <shankerd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>