1
0
Files
irix-657m-src/stand/arcs/include/pod_cache.h
2022-09-29 17:59:04 +03:00

6 lines
251 B
C

#define CACH_PI 0x0 /* specifies primary inst. cache */
#define CACH_PD 0x1 /* primary data cache */
#define CACH_SI 0x2 /* secondary instruction cache */
#define CACH_SD 0x3 /* secondary data cache */