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

/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c810 unsigned int n, dummy, ebx, ecx, edx, l2size; local
827 l2size = ecx >> 16;
834 l2size = this_cpu->legacy_cache_size(c, l2size);
838 l2size = cachesize_override;
840 if (l2size == 0)
844 c->x86_cache_size = l2size;
/linux-master/drivers/dma/sh/
H A Dshdmac.c197 static u32 log2size_to_chcr(struct sh_dmae_chan *sh_chan, int l2size) argument
204 if (pdata->ts_shift[i] == l2size)
/linux-master/fs/jfs/
H A Djfs_dmap.c1086 int l2size; local
1167 l2size =
1172 nw = BUDSIZE(l2size, BUDMIN);

Completed in 132 milliseconds