Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dcache.c203 *(unsigned long *) (&cache_info.ic_conf), in parisc_cache_init()
204 cache_info.ic_conf.cc_alias, in parisc_cache_init()
205 cache_info.ic_conf.cc_block, in parisc_cache_init()
206 cache_info.ic_conf.cc_line, in parisc_cache_init()
207 cache_info.ic_conf.cc_shift); in parisc_cache_init()
209 cache_info.ic_conf.cc_wt, in parisc_cache_init()
210 cache_info.ic_conf.cc_sh, in parisc_cache_init()
211 cache_info.ic_conf.cc_cst, in parisc_cache_init()
212 cache_info.ic_conf.cc_hv); in parisc_cache_init()
246 icache_stride = CAFL_STRIDE(cache_info.ic_conf); in parisc_cache_init()
/arch/parisc/include/uapi/asm/
Dpdc.h503 struct pdc_cache_cf ic_conf; /* configuration */ member