| 382 | } |
| 383 | |
| 384 | size_t |
| 385 | physmem_avail(vm_paddr_t *avail, size_t maxavail) |
| 386 | { |
| 387 | |
| 388 | return (regions_to_avail(avail, EXFLAG_NOALLOC, maxavail, 0, NULL, NULL)); |
| 389 | } |
| 390 | |
| 391 | /* |
| 392 | * Process all the regions added earlier into the global avail lists. |
no test coverage detected