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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c278 * Add mapping from vstart to pstart for the specified size.
279 * vstart, pstart and size should all have been aligned at 2M boundaries.
282 fastboot_map_with_size(fastboot_info_t *nk, uintptr_t vstart, paddr_t pstart, argument
294 index = fastboot_vatoindex(nk, vstart, l);
300 for (vaddr = vstart, paddr = pstart;
301 vaddr < vstart + size;

Completed in 59 milliseconds