Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c142 bool has_lp; in powernv_attach()
235 has_lp = false; in powernv_attach()
246 has_lp = true; in powernv_attach()
256 if (has_lp && moea64_has_lp_4k_16m) in powernv_attach()
260 if (!has_lp) in powernv_attach()
141 bool has_lp; powernv_attach() local
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c132 bool has_lp; in mphyp_install() local
179 has_lp = false; in mphyp_install()
201 has_lp = true; in mphyp_install()
212 if (has_lp && moea64_has_lp_4k_16m) in mphyp_install()
216 if (has_lp) { in mphyp_install()