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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c371 size_t ra_limit; local
433 * ra_limit is the highest real address in the machine.
435 ra_limit = get_ra_limit(mdp, cpulist[0]);
461 * actual ra_limit fits within.
463 * next power of two larger than ra_limit.
466 ASSERT(ra_limit != 0);
468 kpm_size_shift = !ISP2(ra_limit) ?
469 highbit(ra_limit) : highbit(ra_limit) - 1;
761 uint64_t ra_limit local
[all...]

Completed in 58 milliseconds