Home
last modified time | relevance | path

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; in hat_kpm_mseghash_clear()
377 memseg_phash[inx] = (msp) ? va_to_pa(msp) : MSEG_NULLPTR_PA; in hat_kpm_mseghash_update()
409 msp->nextpa = (memsegs) ? va_to_pa(memsegs) : MSEG_NULLPTR_PA; in hat_kpm_addmem_mseg_insert()
467 va_to_pa(msp->next) : MSEG_NULLPTR_PA; in hat_kpm_delmem_mseg_update()
472 va_to_pa(msp->next) : MSEG_NULLPTR_PA; in hat_kpm_delmem_mseg_update()
534 mid->nextpa = (mid->next) ? va_to_pa(mid->next) : MSEG_NULLPTR_PA; in hat_kpm_split_mseg_update()
552 hi->nextpa = (hi->next) ? va_to_pa(hi->next) : MSEG_NULLPTR_PA; in hat_kpm_split_mseg_update()
/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.S3967 cmp mseg, MSEG_NULLPTR_PA ;\
3988 cmp mseg, MSEG_NULLPTR_PA ;\
4069 cmp %g3, MSEG_NULLPTR_PA
4329 cmp %g3, MSEG_NULLPTR_PA
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2482 va_to_pa(memsegp->next) : MSEG_NULLPTR_PA; in memseg_list_add()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2412 #define MSEG_NULLPTR_PA -1 macro