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

Function physmem_avail

freebsd/kern/subr_physmem.c:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384size_t
385physmem_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.

Callers 1

pmap_bootstrapFunction · 0.85

Calls 1

regions_to_availFunction · 0.85

Tested by

no test coverage detected