]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support stage 2 arm64 pmap in more places
authorandrew <andrew@FreeBSD.org>
Tue, 1 Sep 2020 11:02:43 +0000 (11:02 +0000)
committerandrew <andrew@FreeBSD.org>
Tue, 1 Sep 2020 11:02:43 +0000 (11:02 +0000)
commitb42c826a95c14d0893d6e5126209e03bb944f429
tree66a504cc2b610fb002ca316529e69e0b8319c0a6
parent36f059d4272588520a665ec17ed2c7abc6cdff83
Support stage 2 arm64 pmap in more places

Add support for stage 2 pmap to pmap_pte_dirty, pmap_release, and more
of pmap_enter. This adds support in all placess I have hit while testing
bhyve ehile faulting pages in as needed.

Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D26065
sys/arm64/arm64/pmap.c