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

/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c138 uint32_t nptlp, shift = 0, slb_encoding = 0; local
212 slb_encoding = arr[idx + 1];
218 slb_encoding, nptlp);
230 if (slb_encoding == SLBV_L && lp_encoding == 0)
233 if (slb_encoding == SLB_PGSZ_4K_4K &&
/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c135 uint32_t nptlp, shift = 0, slb_encoding = 0; local
235 slb_encoding = arr[idx + 1];
242 if (slb_encoding == SLBV_L && lp_encoding == 0)
245 if (slb_encoding == SLB_PGSZ_4K_4K &&

Completed in 105 milliseconds