Home
last modified time | relevance | path

Searched refs:SLBV_L (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c70 #define SLBV_L 0x0000000000000100ULL /* Large page selector */ macro
229 slb->slbv |= SLBV_L; in slb_init()
338 b = slb->slbv & SLBV_L? LP_PAGE_SHIFT : PPC64_PAGE_SHIFT; in pte_search()
575 b = slb->slbv & SLBV_L? LP_PAGE_SHIFT : PPC64_PAGE_SHIFT; in get_ea()
/freebsd/sys/powerpc/include/
H A Dslb.h45 #define SLBV_L 0x0000000000000100UL /* Large page selector */ macro
/freebsd/sys/powerpc/aim/
H A Dslb.c220 slbv |= SLBV_L; in kernel_va_to_slbv()
224 slbv |= SLBV_L; in kernel_va_to_slbv()
304 slbv |= SLBV_L; in allocate_user_vsid()
H A Dmmu_oea64.c800 entry.slbv |= SLBV_L; in moea64_bootstrap_slb_prefault()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c245 if (slb_encoding == SLBV_L && lp_encoding == 0) in powernv_attach()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c200 if (slb_encoding == SLBV_L && lp_encoding == 0) in mphyp_install()