Home
last modified time | relevance | path

Searched refs:PN_CACHE_NWAYS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c372 for (way = 0; way < PN_CACHE_NWAYS; way++) { in print_l2cache_line()
427 for (way = 0; way < PN_CACHE_NWAYS; way++) { in print_ecache_line()
559 uint64_t Lxcache_tag_data[PN_CACHE_NWAYS]; in mem_cache_ioctl_ops()
565 if (cache_info->way >= PN_CACHE_NWAYS) in mem_cache_ioctl_ops()
836 for (i = 0; i < PN_CACHE_NWAYS; i++) { in mem_cache_ioctl_ops()
849 for (i = 0; i < PN_CACHE_NWAYS; i++) { in mem_cache_ioctl_ops()
877 for (i = 0; i < PN_CACHE_NWAYS; i++) in mem_cache_ioctl_ops()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache.h42 #define PN_CACHE_NWAYS 4 macro