Page MenuHomeFreeBSD

arm64: Remove VPIPT I-cache support from pmap
ClosedPublic

Authored by andrew on Oct 15 2024, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 2:42 AM
Unknown Object (File)
Thu, Mar 26, 5:55 PM
Unknown Object (File)
Mon, Mar 23, 8:00 PM
Unknown Object (File)
Mon, Mar 23, 5:41 AM
Unknown Object (File)
Wed, Mar 18, 8:16 AM
Unknown Object (File)
Tue, Mar 17, 8:39 PM
Unknown Object (File)
Tue, Mar 17, 12:21 PM
Unknown Object (File)
Tue, Mar 17, 12:15 PM
Subscribers

Details

Summary

The VPIPT I-cache policy has been removed from the architecture.
Remove support for it from pmap. The vmm side was not imported so
calls to pmap_invalidate_vpipt_icache would cause the kernel to branch
to a NULL pointer.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable