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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c242 uint64_t p_base, p_end, d_base, d_end; local
264 p_base = proto->ml_address;
265 p_end = p_base + proto->ml_size;
269 * here p_base < d_end
277 * p_base
282 (*func)(p_base, proto->ml_size);
290 * p_base
292 * normalize by applying func from p_base to d_base
294 if (p_base < d_base)
295 (*func)(p_base, d_bas
[all...]

Completed in 45 milliseconds