Add to sysreg definition for coproc regs required for virtualization
Details
Details
- Reviewers
andrew grehan mmel - Group Reviewers
ARM - Commits
- rS326850: Add the virtualisation special register definitions.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
In the future can you please include full context (details on https://wiki.freebsd.org/Phabricator) e.g.
git diff -U999999 other-branch svn diff --diff-cmd=diff -x -U999999
sys/arm/include/sysreg.h | ||
---|---|---|
323 | On hyp-mode LPAE is the only supported page table format. |
sys/arm/include/sysreg.h | ||
---|---|---|
323 | It's 2 because is the 64bit version (2 registers). CP15_TTBR0/1 already exists for 32bits. I would have the same name. Please provide another naming convention if this is not ok. |
Comment Actions
Ordered entries. If they are not order, please provide the methodology of ordering them.
sys/arm/include/sysreg.h | ||
---|---|---|
320–326 | Rather, I would prefer <foo>_LPAE or something like. But this is only my "soft" personal preference. |