Searched refs:pdc_cache_info (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | asm-offsets.c | 240 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main() 241 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main() 242 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main() 243 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main() 244 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main() 245 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main() 246 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main() 247 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main() 248 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main() 249 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_strid in main() [all...] |
H 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() 152 panic("parisc_cache_init: pdc_cache_info failed"); in parisc_cache_init()
|
H A D | firmware.c | 39 * int pdc_cache_info(struct pdc_cache_info *cache_info ) 605 * pdc_cache_info - Return cache and TLB information. 610 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | asm-offsets.c | 235 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main() 236 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main() 237 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main() 238 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main() 239 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main() 240 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main() 241 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main() 242 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main() 243 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main() 244 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_strid in main() [all...] |
H A D | cache.c | 59 struct pdc_cache_info cache_info __ro_after_init; 169 if (pdc_cache_info(&cache_info) < 0) in parisc_cache_init() 170 panic("parisc_cache_init: pdc_cache_info failed"); in parisc_cache_init()
|
H A D | firmware.c | 39 * int pdc_cache_info(struct pdc_cache_info *cache_info ) 650 * pdc_cache_info - Return cache and TLB information. 655 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 48 int pdc_cache_info(struct pdc_cache_info *cache);
|
H A D | cache.h | 39 extern struct pdc_cache_info cache_info;
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 45 int pdc_cache_info(struct pdc_cache_info *cache);
|
H A D | cache.h | 39 extern struct pdc_cache_info cache_info;
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 500 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 507 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct
|
Completed in 13 milliseconds