Searched refs:nextpa (Results 1 – 5 of 5) sorted by relevance
409 msp->nextpa = (memsegs) ? va_to_pa(memsegs) : MSEG_NULLPTR_PA; in hat_kpm_addmem_mseg_insert()471 lmsp->nextpa = (msp->next) ? in hat_kpm_delmem_mseg_update()515 lo->nextpa = va_to_pa(lo->next); in hat_kpm_split_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()563 lmsp->nextpa = (lo) ? va_to_pa(lo) : va_to_pa(mid); in hat_kpm_split_mseg_update()
226 nextpa MEMSEG_NEXTPA
192 nextpa MEMSEG_NEXTPA
1132 uint64_t nextpa; /* physical next pointer */ member
2507 memsegp->nextpa = (memsegp->next) ? in memseg_list_add()2514 msp->nextpa = va_to_pa(memsegp); in memseg_list_add()