HomeSort by: relevance | last modified time | path
    Searched defs:pdc_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/hppa/
machdep.c 182 struct pdc_cache pdc_cache; variable in typeref:struct:pdc_cache
477 error = pdcproc_cache(&pdc_cache);
479 DPRINTF(("WARNING: PDC_CACHE error %d\n", error));
482 dcache_line_mask = pdc_cache.dc_conf.cc_line * 16 - 1;
483 dcache_stride = pdc_cache.dc_stride;
484 icache_line_mask = pdc_cache.ic_conf.cc_line * 16 - 1;
485 icache_stride = pdc_cache.ic_stride;
1008 fall(pdc_cache.ic_base, pdc_cache.ic_count, pdc_cache.ic_loop
    [all...]
  /src/sys/arch/hppa/include/
pdc.h 133 #define PDC_CACHE 5 /* return cache and TLB params */
381 struct cache_cf { /* PDC_CACHE (for "struct pdc_cache") */
393 struct itlb_cf { /* PDC_CACHE (for "struct pdc_cache") */
404 struct dtlb_cf { /* PDC_CACHE (for "struct pdc_cache") */
414 struct pdc_cache { /* PDC_CACHE */ struct
451 struct pdc_spidb { /* PDC_CACHE, PDC_CACHE_GETSPIDB *
    [all...]

Completed in 66 milliseconds