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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dphysmem.h47 uint64_t user_va; /* VA to associate with req_paddr */ member in struct:physmem_setup_param
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dphysmem.c335 * If pspp->user_va is NULL, as_gap will be used to find an appropriate VA.
339 * ENOMEM - The VA range requested was already mapped if pspp->user_va is
341 * the desired length if user_va was NULL>
359 uvaddr = (caddr_t)(uintptr_t)pspp->user_va;
421 pspp->user_va = (uint64_t)(uintptr_t)uvaddr;

Completed in 95 milliseconds