Home
last modified time | relevance | path

Searched refs:l2size (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c433 unsigned int n, dummy, ebx, ecx, edx, l2size; in cpu_detect_cache_sizes() local
450 l2size = ecx >> 16; in cpu_detect_cache_sizes()
457 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
461 l2size = cachesize_override; in cpu_detect_cache_sizes()
463 if (l2size == 0) in cpu_detect_cache_sizes()
467 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()
/linux-4.4.14/drivers/dma/sh/
Dshdmac.c202 static u32 log2size_to_chcr(struct sh_dmae_chan *sh_chan, int l2size) in log2size_to_chcr() argument
209 if (pdata->ts_shift[i] == l2size) in log2size_to_chcr()
/linux-4.4.14/fs/jfs/
Djfs_dmap.c1129 int l2size; in dbAllocNext() local
1210 l2size = in dbAllocNext()
1215 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()