Page MenuHomeFreeBSD

dev/fdt: Add fdt_foreach_reserved_mem
ClosedPublic

Authored by andrew on Mon, Apr 7, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 2:46 AM
Unknown Object (File)
Sun, Apr 13, 8:58 AM
Unknown Object (File)
Fri, Apr 11, 4:45 AM
Unknown Object (File)
Wed, Apr 9, 2:51 AM
Unknown Object (File)
Tue, Apr 8, 2:30 PM
Unknown Object (File)
Tue, Apr 8, 1:55 PM
Unknown Object (File)
Tue, Apr 8, 12:22 PM
Unknown Object (File)
Tue, Apr 8, 12:20 PM
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