Searched refs:l2c (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/edac/ |
A D | octeon_edac-l2c.c | 31 edac_device_handle_ce(l2c, 0, 0, in octeon_l2c_poll_oct1() 36 edac_device_handle_ue(l2c, 0, 0, in octeon_l2c_poll_oct1() 46 edac_device_handle_ce(l2c, 0, 1, in octeon_l2c_poll_oct1() 51 edac_device_handle_ue(l2c, 0, 1, in octeon_l2c_poll_oct1() 130 _octeon_l2c_poll_oct2(l2c, i); in octeon_l2c_poll_oct2() 142 if (!l2c) in octeon_l2c_probe() 145 l2c->dev = &pdev->dev; in octeon_l2c_probe() 146 platform_set_drvdata(pdev, l2c); in octeon_l2c_probe() 149 l2c->mod_name = "octeon-l2c"; in octeon_l2c_probe() 182 edac_device_free_ctl_info(l2c); in octeon_l2c_probe() [all …]
|
A D | thunderx_edac.c | 1848 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx)); in thunderx_l2c_threaded_isr() 1886 l2c->pdev->device); in thunderx_l2c_threaded_isr() 1890 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail, in thunderx_l2c_threaded_isr() 1906 l2c->ring_tail++; in thunderx_l2c_threaded_isr() 1948 struct thunderx_l2c *l2c; in thunderx_l2c_probe() local 2018 if (!l2c->regs) { in thunderx_l2c_probe() 2024 l2c->pdev = pdev; in thunderx_l2c_probe() 2026 l2c->ring_head = 0; in thunderx_l2c_probe() 2027 l2c->ring_tail = 0; in thunderx_l2c_probe() 2029 l2c->msix_ent.entry = 0; in thunderx_l2c_probe() [all …]
|
A D | Makefile | 72 obj-$(CONFIG_EDAC_OCTEON_L2C) += octeon_edac-l2c.o
|
/linux/arch/mips/cavium-octeon/executive/ |
A D | Makefile | 12 obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
|
/linux/arch/arm/mm/ |
A D | Makefile | 107 obj-$(CONFIG_OUTER_CACHE) += l2c-common.o 110 obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o l2c-l2x0-resume.o
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-npi-defs.h | 2231 uint64_t l2c:1; member 2263 uint64_t l2c:1; 2299 uint64_t l2c:1; member 2333 uint64_t l2c:1; 2370 uint64_t l2c:1; member 2404 uint64_t l2c:1; 2437 uint64_t l2c:1; member 2471 uint64_t l2c:1;
|
A D | cvmx-npei-defs.h | 3722 uint64_t l2c:1; member 3756 uint64_t l2c:1;
|
/linux/drivers/staging/octeon/ |
A D | octeon-stubs.h | 1022 uint64_t l2c:1; member 1056 uint64_t l2c:1; member 1091 uint64_t l2c:1; member 1122 uint64_t l2c:1; member
|
/linux/arch/powerpc/boot/dts/ |
A D | arches.dts | 114 L2C0: l2c {
|
A D | bluestone.dts | 113 L2C0: l2c {
|
A D | taishan.dts | 109 L2C0: l2c {
|
A D | canyonlands.dts | 117 L2C0: l2c {
|
A D | glacier.dts | 110 L2C0: l2c {
|
/linux/arch/arm/boot/dts/ |
A D | exynos4210.dtsi | 111 l2c: cache-controller@10502000 { label
|
A D | exynos4412.dtsi | 233 l2c: cache-controller@10502000 { label
|
Completed in 61 milliseconds