Searched refs:pdc_cache_info (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | asm-offsets.c | 253 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main() 254 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main() 255 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main() 256 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main() 257 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main() 258 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main() 259 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main() 260 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main() 261 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main() 262 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride)); in main() [all …]
|
D | cache.c | 48 struct pdc_cache_info cache_info __read_mostly; 142 if (pdc_cache_info(&cache_info) < 0) in parisc_cache_init()
|
D | firmware.c | 547 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pdc.h | 69 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct 283 int pdc_cache_info(struct pdc_cache_info *cache);
|
D | cache.h | 45 extern struct pdc_cache_info cache_info;
|