Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/pseries/
H A Dmmu_phyp.c130 uint32_t lp_size, lp_encoding; in mphyp_install() local
195 lp_encoding = arr[idx+1]; in mphyp_install()
199 lp_encoding); in mphyp_install()
201 if (slb_encoding == SLBV_L && lp_encoding == 0) in mphyp_install()
205 lp_encoding == LP_4K_16M) in mphyp_install()
/freebsd-14.2/sys/powerpc/powernv/
H A Dplatform_powernv.c134 int32_t lp_size, lp_encoding; in powernv_attach() local
239 lp_encoding = arr[idx+1]; in powernv_attach()
240 if (slb_encoding == SLBV_L && lp_encoding == 0) in powernv_attach()
244 lp_encoding == LP_4K_16M) in powernv_attach()