Home
last modified time | relevance | path

Searched refs:pdc_cache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/hppa/dev/
H A Dcpu.c87 extern struct pdc_cache pdc_cache; in cpuattach()
152 if (!pdc_cache.dc_conf.cc_sh) { in cpuattach()
154 pdc_cache.ic_size / 1024, pdc_cache.ic_conf.cc_line * 16); in cpuattach()
159 pdc_cache.dc_size / 1024, pdc_cache.dc_conf.cc_line * 16, in cpuattach()
160 pdc_cache.dc_conf.cc_wt? "thru" : "back", p); in cpuattach()
163 if (!pdc_cache.dt_conf.tc_sh) { in cpuattach()
164 printf("%u ITLB, ", pdc_cache.it_size); in cpuattach()
168 pdc_cache.dt_size, pdc_cache.dt_conf.tc_cst? "" : "in", p); in cpuattach()
/openbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c101 struct pdc_cache pdc_cache PDC_ALIGNMENT;
269 &pdc_cache)) < 0) { in hppa_init()
275 dcache_line_mask = pdc_cache.dc_conf.cc_line * 16 - 1; in hppa_init()
276 dcache_stride = pdc_cache.dc_stride; in hppa_init()
277 icache_line_mask = pdc_cache.ic_conf.cc_line * 16 - 1; in hppa_init()
278 icache_stride = pdc_cache.ic_stride; in hppa_init()
715 fall(pdc_cache.ic_base, pdc_cache.ic_count, pdc_cache.ic_loop, in ficacheall()
716 pdc_cache.ic_stride, 0); in ficacheall()
723 fall(pdc_cache.dc_base, pdc_cache.dc_count, pdc_cache.dc_loop, in fdcacheall()
724 pdc_cache.dc_stride, 1); in fdcacheall()
[all …]
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dpdc.c427 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT;
/openbsd-src/sys/arch/hppa/include/
H A Dpdc.h382 struct pdc_cache { /* PDC_CACHE */ struct