Page MenuHomeFreeBSD

dev/fdt: Add fdt_foreach_reserved_mem
ClosedPublic

Authored by andrew on Apr 7 2025, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 1:24 AM
Unknown Object (File)
Wed, Aug 12, 5:32 PM
Unknown Object (File)
Wed, Aug 12, 1:10 AM
Unknown Object (File)
Mon, Aug 10, 12:46 PM
Unknown Object (File)
Mon, Aug 10, 7:03 AM
Unknown Object (File)
Sun, Aug 9, 8:18 PM
Unknown Object (File)
Sat, Aug 8, 5:58 AM
Unknown Object (File)
Sat, Aug 8, 5:45 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