Searched refs:TO_KB (Results 1 – 4 of 4) sorted by relevance
197 #define TO_KB(bytes) ((bytes) >> 10) macro198 #define TO_MB(bytes) (TO_KB(bytes) >> 10)
763 mmu->pg_sz_k = TO_KB(0x2000); in read_decode_mmu_bcr()830 if (mmu->pg_sz_k != TO_KB(PAGE_SIZE)) in arc_mmu_init()831 panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE)); in arc_mmu_init()
138 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()151 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()973 int num_colors = dc->sz_k/dc->assoc/TO_KB(PAGE_SIZE); in arc_cache_init()
281 cpu->dccm.base_addr, TO_KB(cpu->dccm.sz), in arc_extn_mumbojumbo()282 cpu->iccm.base_addr, TO_KB(cpu->iccm.sz)); in arc_extn_mumbojumbo()