HomeSort by: relevance | last modified time | path
    Searched refs:PDC_CACHE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
pdc.c 422 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT;
429 if ((err = (*pdc)(PDC_CACHE, PDC_CACHE_DFLT, &pdc_cacheinfo)) < 0) {
432 printf("fcacheall: PDC_CACHE failed (%d).\n", err);
438 printf("pdc_cache:\nic={%u,%x,%x,%u,%u,%u}\n"
  /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...]
  /src/sys/arch/hppa/dev/
pdc.c 639 pdcproc_cache(struct pdc_cache *pc)
643 err = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_DFLT, &pdcret1);
659 err = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_GETSPIDB,

Completed in 16 milliseconds