caching          1257 modules/cpuinfo_v7.c     char *caching;
caching          1292 modules/cpuinfo_v7.c     col.caching = "";
caching          1332 modules/cpuinfo_v7.c           case 0: col.caching = "STR ORD"; col.memtype = "Strongly-ordered"; break;
caching          1333 modules/cpuinfo_v7.c           case 4: col.caching = "SHR DEV"; col.memtype = "Device"; break;
caching          1334 modules/cpuinfo_v7.c           case 8: col.caching = "WRTHR, NAW"; col.memtype = "Normal"; break;
caching          1335 modules/cpuinfo_v7.c           case 0xc: col.caching = "WRBCK, NAW"; col.memtype = "Normal"; break;
caching          1336 modules/cpuinfo_v7.c           case 0x1000: col.caching = "NON CACH"; col.memtype = "Normal"; break;
caching          1337 modules/cpuinfo_v7.c           case 0x2000: col.caching = "NONSHR DEV"; col.memtype = "Device"; break;
caching          1341 modules/cpuinfo_v7.c                   col.caching = cpolicies[i];
caching          1348 modules/cpuinfo_v7.c             col.caching,col.memtype,col.xnbit);
caching          1369 modules/cpuinfo_v7.c     col.caching = "";
caching          1405 modules/cpuinfo_v7.c       case 0: col.caching = "STR ORD"; col.memtype = "Strongly-ordered"; break;
caching          1406 modules/cpuinfo_v7.c       case 4: col.caching = "SHR DEV"; col.memtype = "Device"; break;
caching          1407 modules/cpuinfo_v7.c       case 8: col.caching = "WRTHR, NAW"; col.memtype = "Normal"; break;
caching          1408 modules/cpuinfo_v7.c       case 0xc: col.caching = "WRBCK, NAW"; col.memtype = "Normal"; break;
caching          1409 modules/cpuinfo_v7.c       case 0x1000: col.caching = "NON CACH"; col.memtype = "Normal"; break;
caching          1410 modules/cpuinfo_v7.c       case 0x2000: col.caching = "NONSHR DEV"; col.memtype = "Device"; break;
caching          1414 modules/cpuinfo_v7.c               col.caching = cpolicies[i];
caching          1420 modules/cpuinfo_v7.c             col.caching,col.memtype,col.xnbit);