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)
Tue, Apr 9, 7:04 PM
Unknown Object (File)
Feb 21 2024, 2:58 AM
Unknown Object (File)
Feb 19 2024, 5:51 PM
Unknown Object (File)
Jan 27 2024, 2:55 PM
Unknown Object (File)
Dec 21 2023, 11:38 AM
Unknown Object (File)
Dec 20 2023, 5:43 AM
Unknown Object (File)
Oct 9 2023, 7:52 PM
Unknown Object (File)
Jul 5 2023, 9:50 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