Searched refs:l2_cache (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/lima/ |
| A D | lima_device.c | 53 LIMA_IP_DESC(l2_cache0, true, true, 0x01000, 0x10000, l2_cache, NULL), 54 LIMA_IP_DESC(l2_cache1, false, true, -1, 0x01000, l2_cache, NULL), 55 LIMA_IP_DESC(l2_cache2, false, false, -1, 0x11000, l2_cache, NULL), 283 pipe->l2_cache[pipe->num_l2_cache++] = dev->ip + lima_ip_l2_cache0; in lima_init_gp_pipe() 318 struct lima_ip *l2_cache; in lima_init_pp_pipe() local 321 l2_cache = dev->ip + lima_ip_l2_cache0; in lima_init_pp_pipe() 323 l2_cache = dev->ip + lima_ip_l2_cache1 + (i >> 2); in lima_init_pp_pipe() 325 if (pp->present && ppmmu->present && l2_cache->present) { in lima_init_pp_pipe() 328 if (!pipe->l2_cache[i >> 2]) in lima_init_pp_pipe() 329 pipe->l2_cache[pipe->num_l2_cache++] = l2_cache; in lima_init_pp_pipe()
|
| A D | lima_sched.h | 61 struct lima_ip *l2_cache[LIMA_SCHED_PIPE_MAX_L2_CACHE]; member
|
| A D | lima_sched.c | 249 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_run_job() 501 lima_l2_cache_flush(pipe->l2_cache[i]); in lima_sched_recover_work()
|
| /linux/arch/arm/mach-socfpga/ |
| A D | Makefile | 9 obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o
|
| /linux/arch/riscv/boot/dts/thead/ |
| A D | th1520.dtsi | 34 next-level-cache = <&l2_cache>; 58 next-level-cache = <&l2_cache>; 82 next-level-cache = <&l2_cache>; 106 next-level-cache = <&l2_cache>; 116 l2_cache: l2-cache { label
|
| /linux/arch/powerpc/kernel/ |
| A D | smp.c | 1413 struct device_node *l2_cache, *np; in update_mask_by_l2() local 1441 l2_cache = cpu_to_l2cache(cpu); in update_mask_by_l2() 1442 if (!l2_cache || !*mask) { in update_mask_by_l2() 1466 if (np == l2_cache) { in update_mask_by_l2() 1475 of_node_put(l2_cache); in update_mask_by_l2()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-h616.dtsi | 36 next-level-cache = <&l2_cache>; 52 next-level-cache = <&l2_cache>; 68 next-level-cache = <&l2_cache>; 84 next-level-cache = <&l2_cache>; 87 l2_cache: l2-cache { label
|
| A D | sun50i-h6.dtsi | 38 next-level-cache = <&l2_cache>; 55 next-level-cache = <&l2_cache>; 72 next-level-cache = <&l2_cache>; 89 next-level-cache = <&l2_cache>; 92 l2_cache: l2-cache { label
|
| A D | sun50i-a64.dtsi | 63 next-level-cache = <&l2_cache>; 80 next-level-cache = <&l2_cache>; 97 next-level-cache = <&l2_cache>; 114 next-level-cache = <&l2_cache>; 117 l2_cache: l2-cache { label
|
| /linux/drivers/pinctrl/renesas/ |
| A D | pinctrl-rzn1.c | 223 u32 l2_cache; in rzn1_set_hw_pin_func() local 263 l2_cache = l2; in rzn1_set_hw_pin_func() 278 if (l1 != l1_cache || l2 != l2_cache) { in rzn1_set_hw_pin_func()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3328.dtsi | 56 next-level-cache = <&l2_cache>; 75 next-level-cache = <&l2_cache>; 94 next-level-cache = <&l2_cache>; 113 next-level-cache = <&l2_cache>; 129 l2_cache: l2-cache { label
|
| /linux/arch/x86/kernel/cpu/ |
| A D | cacheinfo.c | 199 union l2_cache { union 252 union l2_cache l2; in amd_cpuid4()
|
Completed in 35 milliseconds