]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split out creating the arm64 L2 dmap entries
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 10 Mar 2022 18:00:40 +0000 (18:00 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 4 Apr 2022 09:37:06 +0000 (10:37 +0100)
commit7fba91f52d17e11c4f01a5688dc52dcc86580f0c
tree174c6e578c0572560f6ac59a89200bf7bea4d357
parentdf24ac386cb237d94d9b2635dbca45a6653ee54e
Split out creating the arm64 L2 dmap entries

When creating the DMAP region we may need to create level 2 page table
entries at the start and end of a block of memory. The code to do this
was almost identical so we can merge into a single function.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit ba3b60200191399c3c128e9acee47b5254514822)
sys/arm64/arm64/pmap.c