Searched defs:SMAP_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s1398 #define SMAP_SIZE 72 define
1399 #define SMAP_STRIDE (((PREFETCH_Q_LEN * 64) / SMAP_SIZE) * 64)
1414 #define SMAP_SIZE 48 define
1415 #define SMAP_STRIDE (PREFETCH_Q_LEN * SMAP_SIZE)
H A Dmach_cpu_module.c278 #define SMAP_SIZE 80 macro
280 #define SMAP_SIZE 56 macro
296 volatile int smap_size_changed [SMAP_SIZE - sizeof (struct smap) + 1];
297 volatile int smap_size_changed2 [sizeof (struct smap) - SMAP_SIZE + 1];
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c108 #define SMAP_SIZE 80 macro
110 #define SMAP_SIZE 56 macro
126 volatile int smap_size_changed [SMAP_SIZE - sizeof (struct smap) + 1];
127 volatile int smap_size_changed2 [sizeof (struct smap) - SMAP_SIZE + 1];

Completed in 77 milliseconds