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

  /src/sys/dev/pci/
agp_i810var.h 59 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 in function:sh4_cache_config
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/sys/arch/sparc64/sparc64/
cpu.c 106 int dcache_size; variable in typeref:typename:int
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 18 milliseconds