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

Function physmem_exclude_regions

freebsd/sys/physmem.h:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline void
76physmem_exclude_regions(struct mem_region * mrptr, int mrcount,
77 uint32_t exflags)
78{
79 while (mrcount--) {
80 physmem_exclude_region(mrptr->mr_start, mrptr->mr_size,
81 exflags);
82 ++mrptr;
83 }
84}
85
86#endif /* FDT */
87

Callers 2

initarmFunction · 0.85
initarmFunction · 0.85

Calls 1

physmem_exclude_regionFunction · 0.85

Tested by

no test coverage detected