Searched refs:cpu_cache (Results 1 – 1 of 1) sorted by relevance
1158 char cpu_cache = (type & XTENSA_MPU_TYPE_CPU_CACHE) ? '-' : ' '; in dump_mpu() local1180 (type & XTENSA_MPU_TYPE_CPU_R) ? 'r' : cpu_cache, in dump_mpu()1181 (type & XTENSA_MPU_TYPE_CPU_W) ? 'w' : cpu_cache, in dump_mpu()1182 (type & XTENSA_MPU_TYPE_CPU_C) ? 'c' : cpu_cache); in dump_mpu()1189 (type & XTENSA_MPU_TYPE_CPU_R) ? 'r' : cpu_cache, in dump_mpu()1190 (type & XTENSA_MPU_TYPE_CPU_W) ? 'w' : cpu_cache, in dump_mpu()1191 (type & XTENSA_MPU_TYPE_CPU_C) ? 'c' : cpu_cache); in dump_mpu()