Page MenuHomeFreeBSD

Fix calculating l0index in _pmap_alloc_l3 on arm64
ClosedPublic

Authored by andrew on Mar 10 2022, 3:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 14, 3:21 PM
Unknown Object (File)
Mar 2 2025, 3:25 PM
Unknown Object (File)
Feb 23 2025, 11:43 AM
Unknown Object (File)
Feb 23 2025, 3:35 AM
Unknown Object (File)
Feb 22 2025, 12:04 PM
Unknown Object (File)
Feb 13 2025, 2:53 PM
Unknown Object (File)
Feb 12 2025, 7:58 AM
Unknown Object (File)
Jan 25 2025, 3:28 PM
Subscribers

Details

Summary

When moving from the l1 index to l0 index we need to use the l1 shift
value not the l0 shift value. With 4k pages they are identical, however
with 16k pages we only have 2 l0 entries so the shift value is incorrect.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable