Searched refs:lp_size (Results 1 – 3 of 3) sorted by relevance
129 uint32_t lp_size, lp_encoding; in mphyp_install() local193 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()
133 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;
1671 uint32_t lp_size = O->is64Bit() ? 8 : 4; in DumpLiteralPointerSection() local1691 for (uint32_t i = 0; i < sect_size; i += lp_size) { in DumpLiteralPointerSection()