Symbol: l2_cache
arch/powerpc/kernel/smp.c
1434
struct device_node *l2_cache, *np;
arch/powerpc/kernel/smp.c
1462
l2_cache = cpu_to_l2cache(cpu);
arch/powerpc/kernel/smp.c
1463
if (!l2_cache || !*mask) {
arch/powerpc/kernel/smp.c
1487
if (np == l2_cache) {
arch/powerpc/kernel/smp.c
1496
of_node_put(l2_cache);
arch/x86/kernel/cpu/cacheinfo.c
156
union l2_cache l2;
drivers/gpu/drm/lima/lima_device.c
283
pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0;
drivers/gpu/drm/lima/lima_device.c
318
struct lima_ip *l2_cache;
drivers/gpu/drm/lima/lima_device.c
321
l2_cache = dev->ip + lima_ip_l2_cache0;
drivers/gpu/drm/lima/lima_device.c
323
l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2);
drivers/gpu/drm/lima/lima_device.c
325
if (pp->present && ppmmu->present && l2_cache->present) {
drivers/gpu/drm/lima/lima_device.c
328
if (!pipe->l2_cache[i >> 2])
drivers/gpu/drm/lima/lima_device.c
329
pipe->l2_cache[pipe->num_l2_cache++] = l2_cache;
drivers/gpu/drm/lima/lima_device.c
53
LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL),
drivers/gpu/drm/lima/lima_device.c
54
LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL),
drivers/gpu/drm/lima/lima_device.c
55
LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL),
drivers/gpu/drm/lima/lima_sched.c
253
lima_l2_cache_flush(pipe->l2_cache[i]);
drivers/gpu/drm/lima/lima_sched.c
505
lima_l2_cache_flush(pipe->l2_cache[i]);
drivers/gpu/drm/lima/lima_sched.h
61
struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE];
drivers/pinctrl/renesas/pinctrl-rzn1.c
223
u32 l2_cache;
drivers/pinctrl/renesas/pinctrl-rzn1.c
263
l2_cache = l2;
drivers/pinctrl/renesas/pinctrl-rzn1.c
278
if (l1 != l1_cache || l2 != l2_cache) {