Home
last modified time | relevance | path

Searched refs:dc_loop (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/kernel/
H A Dcache.c141 if (cache_info.dc_loop != 1) in show_cache_info()
142 snprintf(buf, 32, "%lu-way associative", cache_info.dc_loop); in show_cache_info()
147 ((cache_info.dc_loop == 1) ? "direct mapped" : buf), in show_cache_info()
194 cache_info.dc_loop); in parisc_cache_init()
H A Dasm-offsets.c242 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main()
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h521 unsigned long dc_loop; member