pdc_cache_info     39 arch/parisc/include/asm/cache.h extern struct pdc_cache_info cache_info;
pdc_cache_info     48 arch/parisc/include/asm/pdc.h int pdc_cache_info(struct pdc_cache_info *cache);
pdc_cache_info    240 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));
pdc_cache_info    241 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
pdc_cache_info    242 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
pdc_cache_info    243 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop));
pdc_cache_info    244 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base));
pdc_cache_info    245 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride));
pdc_cache_info    246 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count));
pdc_cache_info    247 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop));
pdc_cache_info    248 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base));
pdc_cache_info    249 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride));
pdc_cache_info    250 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count));
pdc_cache_info    251 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base));
pdc_cache_info    252 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride));
pdc_cache_info    253 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count));
pdc_cache_info    254 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop));
pdc_cache_info    255 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base));
pdc_cache_info    256 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride));
pdc_cache_info    257 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count));
pdc_cache_info    258 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base));
pdc_cache_info    259 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride));
pdc_cache_info    260 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count));
pdc_cache_info    261 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop));
pdc_cache_info     57 arch/parisc/kernel/cache.c struct pdc_cache_info cache_info __ro_after_init;
pdc_cache_info    152 arch/parisc/kernel/cache.c 	if (pdc_cache_info(&cache_info) < 0)
pdc_cache_info    609 arch/parisc/kernel/firmware.c int pdc_cache_info(struct pdc_cache_info *cache_info)