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

Function devmap_print_table

freebsd/kern/subr_devmap.c:86–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84 * Print the contents of the static mapping table. Used for bootverbose.
85 */
86void
87devmap_print_table()
88{
89 devmap_dump_table(printf);
90}
91
92/*
93 * Return the "last" kva address used by the registered devmap table. It's

Callers 1

cpu_startupFunction · 0.85

Calls 1

devmap_dump_tableFunction · 0.85

Tested by

no test coverage detected