Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/arm64/arm64/pmap.c | ||
---|---|---|
2859 | We use Ln_ENTRIES instead of L2_SIZE / PAGE_SIZE elsewhere, but it's not really consistent within the pmap. |
sys/arm64/arm64/pmap.c | ||
---|---|---|
2859 | I believe that we are using Ln_ENTRIES when iterating over page table entries and L2_SIZE / PAGE_SIZE when iterating over vm_pages. |