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)
Sat, Oct 4, 6:35 AM
Unknown Object (File)
Wed, Sep 17, 11:57 AM
Unknown Object (File)
Tue, Sep 9, 5:10 PM
Unknown Object (File)
Tue, Sep 9, 4:52 AM
Unknown Object (File)
Mon, Sep 8, 3:39 PM
Unknown Object (File)
Sep 4 2025, 2:08 PM
Unknown Object (File)
Aug 27 2025, 1:28 AM
Unknown Object (File)
Aug 15 2025, 12:38 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 63372
Build 60256: arc lint + arc unit