MCPcopy Create free account
hub / github.com/F-Stack/f-stack / physmem_hardware_regions

Function physmem_hardware_regions

freebsd/sys/physmem.h:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64#include <machine/ofw_machdep.h>
65
66static inline void
67physmem_hardware_regions(struct mem_region * mrptr, int mrcount)
68{
69 while (mrcount--) {
70 physmem_hardware_region(mrptr->mr_start, mrptr->mr_size);
71 ++mrptr;
72 }
73}
74
75static inline void
76physmem_exclude_regions(struct mem_region * mrptr, int mrcount,

Callers 2

initarmFunction · 0.85
initarmFunction · 0.85

Calls 1

physmem_hardware_regionFunction · 0.85

Tested by

no test coverage detected