summaryrefslogtreecommitdiffstats
path: root/src/core/arm/exclusive_monitor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exclusive_monitor: Use consistent type alias for u64Lioncash2018-07-241-8/+6
| | | | | Uses the same type aliases we use for virtual addresses, and converts one lingering usage of std::array<uint64_t, 2> to u128 for consistency.
* Implement exclusive monitorMerryMage2018-07-221-0/+23