Home
last modified time | relevance | path

Searched refs:l2size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c693 unsigned int n, dummy, ebx, ecx, edx, l2size; in cpu_detect_cache_sizes() local
710 l2size = ecx >> 16; in cpu_detect_cache_sizes()
717 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
721 l2size = cachesize_override; in cpu_detect_cache_sizes()
723 if (l2size == 0) in cpu_detect_cache_sizes()
727 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c826 unsigned int n, dummy, ebx, ecx, edx, l2size; in cpu_detect_cache_sizes() local
843 l2size = ecx >> 16; in cpu_detect_cache_sizes()
850 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
854 l2size = cachesize_override; in cpu_detect_cache_sizes()
856 if (l2size == 0) in cpu_detect_cache_sizes()
860 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdmac.c198 static u32 log2size_to_chcr(struct sh_dmae_chan *sh_chan, int l2size) in log2size_to_chcr() argument
205 if (pdata->ts_shift[i] == l2size) in log2size_to_chcr()
/kernel/linux/linux-6.6/drivers/dma/sh/
H A Dshdmac.c197 static u32 log2size_to_chcr(struct sh_dmae_chan *sh_chan, int l2size) in log2size_to_chcr() argument
204 if (pdata->ts_shift[i] == l2size) in log2size_to_chcr()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c1154 int l2size; in dbAllocNext() local
1235 l2size = in dbAllocNext()
1240 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c1086 int l2size; in dbAllocNext() local
1167 l2size = in dbAllocNext()
1172 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()

Completed in 16 milliseconds