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)
Mon, Mar 30, 7:21 PM
Unknown Object (File)
Sun, Mar 22, 5:03 AM
Unknown Object (File)
Wed, Mar 18, 7:45 AM
Unknown Object (File)
Thu, Mar 12, 7:19 AM
Unknown Object (File)
Wed, Mar 11, 10:59 PM
Unknown Object (File)
Tue, Mar 10, 9:47 AM
Unknown Object (File)
Mon, Mar 2, 11:08 PM
Unknown Object (File)
Feb 8 2026, 8:27 PM
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