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

Function physmem_print_tables

freebsd/kern/subr_physmem.c:135–140  ·  view source on GitHub ↗

* Print the contents of the static mapping table. Used for bootverbose. */

Source from the content-addressed store, hash-verified

133 * Print the contents of the static mapping table. Used for bootverbose.
134 */
135void
136physmem_print_tables(void)
137{
138
139 physmem_dump_tables(printf);
140}
141
142/*
143 * Walk the list of hardware regions, processing it against the list of

Callers 2

initarmFunction · 0.85
cpu_startupFunction · 0.85

Calls 1

physmem_dump_tablesFunction · 0.85

Tested by

no test coverage detected