Page MenuHomeFreeBSD

dev/fdt: Add fdt_foreach_reserved_mem
ClosedPublic

Authored by andrew on Apr 7 2025, 5:45 PM.
Tags
None
Referenced Files
F157373513: D49698.id153306.diff
Wed, May 20, 6:12 PM
F157370341: D49698.id153254.diff
Wed, May 20, 5:21 PM
Unknown Object (File)
Tue, May 19, 11:38 AM
Unknown Object (File)
Thu, Apr 23, 11:26 PM
Unknown Object (File)
Apr 15 2026, 2:15 PM
Unknown Object (File)
Apr 15 2026, 12:34 AM
Unknown Object (File)
Apr 10 2026, 10:07 PM
Unknown Object (File)
Apr 7 2026, 11:03 AM
Subscribers

Details

Summary

As with fdt_foreach_mem_region add a function that calls a callback
for each reserved memory region. 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