Searched refs:l2c (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/edac/
H A Docteon_edac-l2c.c21 #define EDAC_MOD_STR "octeon-l2c"
23 static void octeon_l2c_poll_oct1(struct edac_device_ctl_info *l2c) argument
31 edac_device_handle_ce(l2c, 0, 0,
36 edac_device_handle_ue(l2c, 0, 0,
46 edac_device_handle_ce(l2c, 0, 1,
51 edac_device_handle_ue(l2c, 0, 1,
60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) argument
79 edac_device_handle_ue(l2c, tad, 1, buf2);
85 edac_device_handle_ce(l2c, tad, 1, buf2);
91 edac_device_handle_ue(l2c, ta
126 octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c) argument
135 struct edac_device_ctl_info *l2c; local
189 struct edac_device_ctl_info *l2c = platform_get_drvdata(pdev); local
[all...]
H A Dthunderx_edac.c1844 struct thunderx_l2c *l2c = container_of(msix, struct thunderx_l2c, local
1847 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx));
1848 struct l2c_err_ctx *ctx = &l2c->err_ctx[tail];
1864 switch (l2c->pdev->device) {
1884 dev_err(&l2c->pdev->dev, "Unsupported device: %04x\n",
1885 l2c->pdev->device);
1889 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail,
1890 ARRAY_SIZE(l2c
1947 struct thunderx_l2c *l2c; local
2082 struct thunderx_l2c *l2c = edac_dev->pvt_info; local
[all...]
H A DMakefile72 obj-$(CONFIG_EDAC_OCTEON_L2C) += octeon_edac-l2c.o
/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile12 obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
H A Dcvmx-l2c.c36 #include <asm/octeon/cvmx-l2c.h>
523 * Internal l2c tag types. These are converted to a generic structure
/linux-master/arch/arm/mm/
H A DMakefile94 obj-$(CONFIG_OUTER_CACHE) += l2c-common.o
97 obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o l2c-l2x0-resume.o
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx.h65 #include <asm/octeon/cvmx-l2c-defs.h>
74 #include <asm/octeon/cvmx-l2c.h>
H A Dcvmx-npi-defs.h2231 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_s
2263 uint64_t l2c:1;
2299 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn30xx
2333 uint64_t l2c:1;
2370 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn38xx
2404 uint64_t l2c:1;
2437 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn50xx
2471 uint64_t l2c:1;
H A Dcvmx-npei-defs.h3722 uint64_t l2c:1; member in struct:cvmx_npei_rsl_int_blocks::cvmx_npei_rsl_int_blocks_s
3756 uint64_t l2c:1;
/linux-master/drivers/staging/octeon/
H A Docteon-stubs.h1022 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_s
1056 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn30xx
1091 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn38xx
1122 uint64_t l2c:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn50xx

Completed in 342 milliseconds