This prints the same information as the vm.pmap.kernel_maps sysctl.
This can be useful for debugging memory mapping issues.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44881 Build 41769: arc lint + arc unit
Event Timeline
sys/arm64/arm64/pmap.c | ||
---|---|---|
7287 | Can't you still use an sbuf, and instead install a drain function that prints using db_printf()? |