Home
last modified time | relevance | path

Searched defs:garbage (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/uts/sun4u/cpu/
H A Dmach_cpu_module.c251 volatile int garbage[ECACHE_PAGE_BYTE_MAX - sizeof (page_t)]; in prefetch_page_w() local
273 volatile int garbage[ECACHE_PAGE_BYTE_MAX - sizeof (page_t)]; in prefetch_page_r() local
/titanic_52/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c81 volatile int garbage[ECACHE_PAGE_BYTE_MAX - sizeof (page_t)]; in prefetch_page_w() local
103 volatile int garbage[ECACHE_PAGE_BYTE_MAX - sizeof (page_t)]; in prefetch_page_r() local
/titanic_52/usr/src/cmd/dc/
H A Ddc.c2297 garbage(char *s) in garbage() function