Home
last modified time | relevance | path

Searched refs:nptlp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c128 uint32_t nptlp, shift = 0, slb_encoding = 0; in mphyp_install() local
183 nptlp = arr[idx + 2]; in mphyp_install()
188 slb_encoding, nptlp); in mphyp_install()
192 while (len > 0 && nptlp) { in mphyp_install()
209 nptlp--; in mphyp_install()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c132 uint32_t nptlp, shift = 0, slb_encoding = 0; in powernv_attach() local
233 nptlp = arr[idx + 2]; in powernv_attach()
236 while (len > 0 && nptlp) { in powernv_attach()
248 nptlp--; in powernv_attach()