Searched refs:pdc_cache_info (Results 1 – 6 of 6) sorted by relevance
/linux/arch/parisc/kernel/ |
A D | asm-offsets.c | 217 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main() 218 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main() 219 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main() 220 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main() 221 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main() 222 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main() 223 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main() 224 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main() 225 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main() 231 DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop)); in main() [all …]
|
A D | cache.c | 56 struct pdc_cache_info cache_info __ro_after_init; 151 if (pdc_cache_info(&cache_info) < 0) in parisc_cache_init()
|
A D | firmware.c | 610 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function
|
/linux/arch/parisc/include/asm/ |
A D | pdc.h | 48 int pdc_cache_info(struct pdc_cache_info *cache);
|
A D | cache.h | 39 extern struct pdc_cache_info cache_info;
|
/linux/arch/parisc/include/uapi/asm/ |
A D | pdc.h | 501 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct
|
Completed in 18 milliseconds