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

  /src/sys/arch/sh3/sh3/
cache_sh3.c 62 size_t cache_size; local in function:sh3_cache_config
74 cache_size = 8 * 1024;
77 cache_size = 8 * 1024;
82 cache_size = 16 * 1024;
102 sh_cache_size_unified = cache_size / 2;
105 sh_cache_size_unified = cache_size;
  /src/sys/arch/sun3/sun3/
cache.c 109 endva = (char *) (sgva + cache_size);
135 endva = (char *) (VAC_FLUSH_BASE + cache_size);
161 endva = (char *) (VAC_CACHE_TAGS + cache_size);
178 if (cache_size == 0)
machdep.h 142 extern int cache_size;
locore2.c 75 int cache_size; variable in typeref:typename:int
229 * XXX: Move cache_size stuff to cache.c.
278 cache_size = 0x10000; /* 64K */
db_memrw.c 135 if (cache_size)
dvma.c 220 if (cache_size)
265 if (cache_size)
pmap.c 599 if (cache_size)
1147 if (cache_size)
1246 if (cache_size)
2097 if (cache_size) {
2272 if (cache_size) {
2462 if (cache_size) {
2469 if (cache_size < (eva - va)) {
3084 if (cache_size) {
3089 if (cache_size < (eva - sva)) {
3309 if (cache_size) {
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 85 void Init(uptr size, uptr cache_size) {
88 CHECK((size == 0 && cache_size == 0) || cache_size != 0);
92 atomic_store_relaxed(&max_cache_size_, cache_size);
104 uptr cache_size = GetCacheSize(); local in function:__sanitizer::Quarantine::Put
105 if (cache_size) {
111 // Check cache size anyway to accommodate for runtime cache_size change.
112 if (c->Size() > cache_size)
162 uptr cache_size = cache_.Size(); local in function:__sanitizer::Quarantine::Recycle
164 CHECK_GE(cache_size, overhead_size)
    [all...]
  /src/sys/kern/
subr_kmem.c 469 size_t cache_size = array[i].kc_size; local in function:kmem_create_caches
476 if (cache_size > maxsize || cache_size > PAGE_SIZE) {
484 if (cache_size < COHERENCY_UNIT) {
485 if (COHERENCY_UNIT % cache_size > 0) {
490 } else if ((cache_size & (PAGE_SIZE - 1)) == 0) {
493 if ((cache_size % COHERENCY_UNIT) > 0) {
499 if ((cache_size >> shift) > maxidx) {
500 maxidx = cache_size >> shift;
504 pc = pool_cache_init(cache_size, align, 0, flags
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 58 uint32_t cache_size; member in struct:kfd_gpu_cache_info
70 .cache_size = 16,
80 .cache_size = 16,
89 .cache_size = 8,
104 .cache_size = 16,
113 .cache_size = 8,
122 .cache_size = 4,
325 props->cache_size = cache->cache_size;
583 pcache->cache_size = pcache_info[cache_type].cache_size
    [all...]
kfd_topology.h 124 uint32_t cache_size; member in struct:kfd_cache_properties
kfd_crat.h 165 uint32_t cache_size; member in struct:crat_subtype_cache
kfd_topology.c 351 sysfs_show_32bit_prop(buffer, "size", cache->cache_size);
  /src/sys/arch/aarch64/aarch64/
cpufunc.c 96 cunit->cache_size = cunit->cache_way_size * cunit->cache_ways;
208 cinfo[0].icache.cache_size /
285 cunit->cache_size / 1024,
  /src/sys/arch/aarch64/include/
cpu.h 88 u_int cache_size; member in struct:aarch64_cache_unit
  /src/sys/arch/sun2/sun2/
pmap.c 590 if (cache_size)
1140 if (cache_size)
1241 if (cache_size)
2067 if (cache_size) {
2243 if (cache_size) {
2442 if (cache_size) {
2449 if (cache_size < (eva - va)) {
3113 if (cache_size) {
3118 if (cache_size < (eva - sva)) {
3351 if (cache_size) {
    [all...]
  /src/sys/dev/sdmmc/
sdmmcvar.h 55 uint32_t cache_size; member in struct:sdmmc_ext_csd
ld_sdmmc.c 325 const u_int emmc_cache_size = sc->sc_sf->ext_csd.cache_size;
sdmmc_mem.c 1160 sf->ext_csd.cache_size =
1163 if (sf->ext_csd.cache_size > 0) {
  /src/sys/dev/pci/
mlyreg.h 608 u_int16_t cache_size; member in struct:mly_ioctl_getcontrollerinfo

Completed in 27 milliseconds