commit | 92aa770261f62af56268659db38fed9465953106 | [log] [tgz] |
---|---|---|
author | Karl Meakin <karl.meakin@arm.com> | Wed Oct 11 18:48:01 2023 +0100 |
committer | Karl Meakin <karl.meakin@arm.com> | Tue Jan 09 12:26:42 2024 +0000 |
tree | db987ff7f7c9b03bbc1a5db68faffc0f32766a5d | |
parent | be4850c9345512f37da32c520367fc2a775303e7 [diff] |
refactor(ffa_helpers): use bitfields for memory access bitmaps Instead of doing the bit-manipulation manually, these types can be declared as structs where the fields are given explicit bitwidths. The compiler will generate the appropriate bit-manipulation automatically. Change-Id: I0d4754466b1e70d1b36cb039bfe9e7701ebbd60f Signed-off-by: Karl Meakin <karl.meakin@arm.com>