Searched refs:realmax (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/powerpc/aim/
H A Dslb.c483 static vm_offset_t realmax = 0; local
488 if (realmax == 0)
489 realmax = platform_real_maxaddr();
495 m = vm_page_alloc_contig(NULL, 0, pflags, 1, 0, realmax,

Completed in 75 milliseconds