Searched refs:__ilog2 (Results 1 – 11 of 11) sorted by relevance
102 tsize = __ilog2(size) - 10; in settlbcam()141 unsigned int camsize = __ilog2(ram); in calc_cam_sz()152 max_cam = __ilog2(mfspr(SPRN_TLB1PS)) + 10; in calc_cam_sz()
134 shift = __ilog2(psize); in book3e_hugetlb_preload()
193 ppc64_pft_size = __ilog2(htab_size); in ps3_hpte_init()
217 irq += __ilog2(bits); in gatwick_action()247 irq += __ilog2(bits); in pmac_pic_get_irq()
267 #define __ilog2(x) ilog2(x) macro
131 return __ilog2((size - 1) >> tbl->it_page_shift) + 1; in get_iommu_order()
369 lg_n_hpteg = __ilog2(n_hpteg); in MMU_init_hw()
557 info->log_block_size = __ilog2(bsize); in init_cache_info()
1175 unsigned memshift = __ilog2(mem_size); in htab_shift_for_mem_size()1278 htab_size = __ilog2(htab_size) - 18; in hash_init_partition_table()1374 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
1484 mpic->isu_shift = 1 + __ilog2(mpic->isu_size - 1); in mpic_alloc()
5528 porder = __ilog2(psize); in kvmppc_hv_setup_htab_rma()
Completed in 40 milliseconds