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

/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c144 bool has_lp; local
232 has_lp = false;
243 has_lp = true;
253 if (has_lp && moea64_has_lp_4k_16m)
257 if (!has_lp)
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c144 bool has_lp; local
209 has_lp = false;
231 has_lp = true;
242 if (has_lp && moea64_has_lp_4k_16m)
246 if (has_lp) {

Completed in 54 milliseconds