]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename the arm64 pmap_invalidate_* functions
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 7 Nov 2022 13:34:30 +0000 (13:34 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 15 Nov 2022 12:33:39 +0000 (12:33 +0000)
commit386a5e3ae63f1ce29ceac7dc8d717a9cabb1f878
treeca1182c33d064dd161399e584a2490a895bd77de
parent0b976be033c2d7ad774da341e66aa69bfdb7f0ce
Rename the arm64 pmap_invalidate_* functions

These all work on stage 1 tables. Rename them so we can add similar
functions that operate on stage 2 tables.

Reviewed by: alc, markj, kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37302
sys/arm64/arm64/pmap.c