Page MenuHomeFreeBSD

dev/fdt: Add fdt_foreach_reserved_region
ClosedPublic

Authored by andrew on Apr 7 2025, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 28, 5:59 PM
Unknown Object (File)
Tue, Nov 25, 4:26 AM
Unknown Object (File)
Thu, Nov 20, 10:24 PM
Unknown Object (File)
Oct 26 2025, 1:40 PM
Unknown Object (File)
Oct 26 2025, 1:40 PM
Unknown Object (File)
Oct 26 2025, 1:36 PM
Unknown Object (File)
Oct 26 2025, 1:35 PM
Unknown Object (File)
Oct 24 2025, 7:40 AM
Subscribers

Details

Summary

As with fdt_foreach_mem_region add a function that calls a callback
for each reserved memory region in /memreserve. This allows us to
exclude this memory from the physical map in a way that is safe from
overflowing a fixed array on the stack.

Sponsored by: Arm Ltd

Diff Detail

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