Searched refs:TO_KB (Results 1 – 4 of 4) sorted by relevance
187 #define TO_KB(bytes) ((bytes) >> 10) macro188 #define TO_MB(bytes) (TO_KB(bytes) >> 10)
126 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()141 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()
614 p_mmu->ver, TO_KB(p_mmu->pg_sz), in arc_mmu_mumbojumbo()643 panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE)); in arc_mmu_init()
237 cpu->dccm.base_addr, TO_KB(cpu->dccm.sz), in arc_extn_mumbojumbo()238 cpu->iccm.base_addr, TO_KB(cpu->iccm.sz)); in arc_extn_mumbojumbo()