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

  /src/sys/dev/pci/
agp_i810var.h 58 uint32_t dcache_size; /* i810-only on-chip memory size */ member in struct:agp_i810_softc
  /src/sys/arch/sh3/sh3/
cache_sh4.c 77 int dcache_size; local
93 dcache_size = SH4_DCACHE_SIZE;
102 dcache_size = SH4_EMODE_DCACHE_SIZE;
114 dcache_size = 32 * 1024;
148 sh_cache_alias_mask = (dcache_size / ways - 1) & ~PAGE_MASK;
149 sh_cache_prefer_mask = (dcache_size / ways - 1);
158 sh_cache_size_dcache = dcache_size;
  /src/sys/rump/include/machine/
cpu.h 63 int dcache_size; member in struct:cpu_info::cache_info
  /src/external/gpl3/gdb.old/dist/gdb/
dcache.c 50 Lines are only allocated as needed, so DCACHE_SIZE really specifies the
75 equal to DCACHE_SIZE times LINE_SIZE. */
77 static unsigned dcache_size = DCACHE_DEFAULT_SIZE; variable
360 if (dcache->size >= dcache_size)
616 dcache_size,
660 if (dcache_size == 0)
662 dcache_size = DCACHE_DEFAULT_SIZE;
722 &dcache_size, _("\
  /src/external/gpl3/gdb/dist/gdb/
dcache.c 50 Lines are only allocated as needed, so DCACHE_SIZE really specifies the
75 equal to DCACHE_SIZE times LINE_SIZE. */
77 static unsigned dcache_size = DCACHE_DEFAULT_SIZE; variable
360 if (dcache->size >= dcache_size)
616 dcache_size,
660 if (dcache_size == 0)
662 dcache_size = DCACHE_DEFAULT_SIZE;
720 &dcache_size, _("\
  /src/sys/arch/sparc64/sparc64/
cpu.c 106 int dcache_size; variable
607 if (dcachesize > dcache_size)
608 dcache_size = dcachesize;
  /src/sys/arch/arm/include/
cpu.h 180 u_int dcache_size; member in struct:arm_cache_info
  /src/sys/arch/powerpc/include/
cpu.h 40 int dcache_size; member in struct:cache_info
  /src/sys/arch/rs6000/include/
iplcb.h 239 int dcache_size; /* L1 dcache size */ member in struct:proc_info
589 int32_t dcache_size; /* 4 bytes from NVRAM 0xA0003d4 */ member in struct:ipl_info

Completed in 76 milliseconds