Page MenuHomeFreeBSD

Allow forcing non-posted memory on arm64
ClosedPublic

Authored by andrew on Mar 7 2023, 2:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 2, 9:03 AM
Unknown Object (File)
Wed, Jan 22, 3:33 PM
Unknown Object (File)
Jan 8 2025, 5:33 PM
Unknown Object (File)
Jan 7 2025, 8:07 PM
Unknown Object (File)
Jan 2 2025, 12:20 AM
Unknown Object (File)
Nov 18 2024, 4:54 AM
Unknown Object (File)
Nov 17 2024, 12:24 PM
Unknown Object (File)
Oct 3 2024, 12:21 AM
Subscribers

Details

Summary

To allow for debugging after changing the arm64 VM_MEMATTR_DEVICE
memory type add a new set of tunables to tell the kernel to use
non-posted memory.

This adds the following tunables:

  • kern.force_nonposted: When set to non-zero the kernel will use non-posted memory for all device allocations.
  • hint.<dev>.<unit>.force_nonposted: As above, however only forces non-posted memory on the named device.

Sponsored by: Arm Ltd

Diff Detail

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