]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64 pmap: teach functions walking user page tables about PG_PS bit in PDPE.
authorkib <kib@FreeBSD.org>
Wed, 9 Sep 2020 21:08:45 +0000 (21:08 +0000)
committerkib <kib@FreeBSD.org>
Wed, 9 Sep 2020 21:08:45 +0000 (21:08 +0000)
commitd54fefa05a4123cd415b557a14e2fd025024f124
tree4ac55f7553bc1d8c9be69c3d8e79f37f18d2ef8c
parentda2855655dcda1dc625c2ed507bcca95bac8cae4
amd64 pmap: teach functions walking user page tables about PG_PS bit in PDPE.

Only unmanaged 1G superpages are handled.

Reviewed by: markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D24652
sys/amd64/amd64/pmap.c