Home
last modified time | relevance | path

Searched refs:pdc_cache_info (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dasm-offsets.c235 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()
249 DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop)); in main()
[all …]
H A Dcache.c71 struct pdc_cache_info cache_info __ro_after_init;
181 if (pdc_cache_info(&cache_info) < 0) in parisc_cache_init()
H A Dfirmware.c655 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function
/openbmc/linux/arch/parisc/include/asm/
H A Dpdc.h45 int pdc_cache_info(struct pdc_cache_info *cache);
H A Dcache.h39 extern struct pdc_cache_info cache_info;
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h507 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct