Home
last modified time | relevance | path

Searched refs:cache_info (Results 1 – 13 of 13) sorted by relevance

/linux/arch/parisc/kernel/
H A Dalternative.c33 ((cache_info.dc_size == 0) ? ALT_COND_NO_DCACHE : 0) | in apply_alternatives()
34 ((cache_info.ic_size == 0) ? ALT_COND_NO_ICACHE : 0) | in apply_alternatives()
112 if (cache_info.dc_size == 0 && cache_info.ic_size == 0) { in apply_alternatives_all()
116 if (cache_info.dc_size == 0) in apply_alternatives_all()
118 if (cache_info.ic_size == 0) in apply_alternatives_all()
H A Dpacache.S62 1: load32 PA(cache_info), %r1
188 .import cache_info,data
191 88: load32 cache_info, %r1
250 .import cache_info, data
252 88: load32 cache_info, %r1
H A Ddrivers.c953 p = (unsigned long *) &cache_info; in qemu_header()
954 for (num = 0; num < sizeof(cache_info); num += sizeof(unsigned long)) { in qemu_header()
/linux/arch/sh/include/asm/
H A Dprocessor.h77 struct cache_info icache; /* Primary I-cache */
78 struct cache_info dcache; /* Primary D-cache */
79 struct cache_info scache; /* Secondary cache */
H A Dcache.h26 struct cache_info { struct
/linux/arch/s390/kernel/
H A Dcache.c40 struct cache_info { struct
48 struct cache_info ci[CACHE_MAX_LEVEL]; argument
88 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type()
/linux/arch/parisc/include/asm/
H A Dcache.h48 extern struct pdc_cache_info cache_info;
/linux/arch/sh/mm/
H A Dcache-debugfs.c28 struct cache_info *cache; in cache_debugfs_show()
H A Dcache.c255 static void compute_alias(struct cache_info *c) in compute_alias()
/linux/arch/sh/kernel/cpu/
H A Dproc.c66 struct cache_info info) in show_cacheinfo()
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c418 cache->cache_info.flags, in dm_pcache_status()
/linux/drivers/s390/block/
H A Ddasd_eckd.h303 unsigned char cache_info:1; member
/linux/sound/pci/asihpi/
H A Dhpi_internal.h816 } cache_info; member