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

/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c365 memseg_phash[i] = MSEG_NULLPTR_PA;
377 memseg_phash[inx] = (msp) ? va_to_pa(msp) : MSEG_NULLPTR_PA;
409 msp->nextpa = (memsegs) ? va_to_pa(memsegs) : MSEG_NULLPTR_PA;
467 va_to_pa(msp->next) : MSEG_NULLPTR_PA;
472 va_to_pa(msp->next) : MSEG_NULLPTR_PA;
534 mid->nextpa = (mid->next) ? va_to_pa(mid->next) : MSEG_NULLPTR_PA;
552 hi->nextpa = (hi->next) ? va_to_pa(hi->next) : MSEG_NULLPTR_PA;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c89 uint64_t memsegspa = (uintptr_t)MSEG_NULLPTR_PA; /* memsegs physical linkage */
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s4139 * return MSEG_NULLPTR_PA. The kpmtsbm pointer must be provided in
4147 * address zero can be valid physical address, MSEG_NULLPTR_PA acts
4159 cmp mseg, MSEG_NULLPTR_PA ;\
4180 cmp mseg, MSEG_NULLPTR_PA ;\
4261 cmp %g3, MSEG_NULLPTR_PA
4521 cmp %g3, MSEG_NULLPTR_PA
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2508 va_to_pa(memsegp->next) : MSEG_NULLPTR_PA;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2412 #define MSEG_NULLPTR_PA -1 macro

Completed in 159 milliseconds