* Print the contents of the static mapping table. Used for bootverbose. */
| 84 | * Print the contents of the static mapping table. Used for bootverbose. |
| 85 | */ |
| 86 | void |
| 87 | devmap_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 |
no test coverage detected