Home
last modified time | relevance | path

Searched refs:lp_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c129 uint32_t lp_size, lp_encoding; in mphyp_install() local
193 lp_size = arr[idx]; in mphyp_install()
197 lp_size > 10? 1 << (lp_size-10) : 0, in mphyp_install()
218 moea64_large_page_size = 1ULL << lp_size; in mphyp_install()
/freebsd/sys/powerpc/powernv/
H A Dplatform_powernv.c133 int32_t lp_size, lp_encoding; in powernv_attach() local
243 lp_size = arr[idx]; in powernv_attach()
265 moea64_large_page_size = 1ULL << lp_size;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1671 uint32_t lp_size = O->is64Bit() ? 8 : 4; in DumpLiteralPointerSection() local
1691 for (uint32_t i = 0; i < sect_size; i += lp_size) { in DumpLiteralPointerSection()