Lines Matching refs:arm_pcache
2648 const size_t way_size = arm_pcache.icache_type == CACHE_TYPE_PIPT
2650 : arm_pcache.icache_way_size;
5513 bool okcolor = arm_pcache.dcache_type == CACHE_TYPE_PIPT
5641 bool okcolor = arm_pcache.dcache_type == CACHE_TYPE_PIPT
5752 bool src_okcolor = arm_pcache.dcache_type == CACHE_TYPE_PIPT
5754 bool dst_okcolor = arm_pcache.dcache_type == CACHE_TYPE_PIPT
5857 if (arm_pcache.cache_type == CACHE_TYPE_PIPT) {
6514 if (arm_pcache.icache_type != CACHE_TYPE_PIPT
6515 && arm_pcache.icache_way_size > nptes * L2_S_SIZE) {
6516 nptes = arm_pcache.icache_way_size >> L2_S_SHIFT;