/openbmc/linux/drivers/edac/ |
H A D | octeon_edac-l2c.c | 23 static void octeon_l2c_poll_oct1(struct edac_device_ctl_info *l2c) in octeon_l2c_poll_oct1() argument 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() 60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2() argument 79 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 85 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 91 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 97 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() [all …]
|
H A D | thunderx_edac.c | 1845 struct thunderx_l2c *l2c = container_of(msix, struct thunderx_l2c, in thunderx_l2c_threaded_isr() local 1848 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx)); in thunderx_l2c_threaded_isr() 1849 struct l2c_err_ctx *ctx = &l2c->err_ctx[tail]; in thunderx_l2c_threaded_isr() 1865 switch (l2c->pdev->device) { in thunderx_l2c_threaded_isr() 1885 dev_err(&l2c->pdev->dev, "Unsupported device: %04x\n", 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() 1891 ARRAY_SIZE(l2c->err_ctx))) { in thunderx_l2c_threaded_isr() 1894 l2c->edac_dev->ctl_name, reg_int_name, ctx->reg_int, in thunderx_l2c_threaded_isr() 1902 edac_device_handle_ue(l2c->edac_dev, 0, 0, msg); in thunderx_l2c_threaded_isr() [all …]
|
H A D | Makefile | 74 obj-$(CONFIG_EDAC_OCTEON_L2C) += octeon_edac-l2c.o
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | cache.c | 22 bool l2c = false; in probe_l2() local 30 l2c = conf2 & MIPS_CONF_M; in probe_l2() 31 if (l2c) in probe_l2() 32 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2() 33 if (l2c) in probe_l2() 34 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2() 35 if (l2c) in probe_l2() 36 l2c = read_c0_config5() & MIPS_CONF5_L2C; in probe_l2() 39 if (l2c && config_enabled(CONFIG_MIPS_CM)) { in probe_l2() 41 } else if (l2c) { in probe_l2()
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 738 auto l2c = pldm_entity_association_tree_add( in TEST() local 740 EXPECT_NE(l2c, nullptr); in TEST() 763 EXPECT_EQ(pldm_entity_is_node_parent(l2c), false); in TEST() 773 pldm_entity parentL2c = pldm_entity_get_parent(l2c); in TEST() 776 EXPECT_EQ(pldm_entity_is_exist_parent(l2c), true); in TEST() 869 pldm_entity p2c = pldm_entity_extract(l2c); in TEST() 1145 auto l2c = pldm_entity_association_tree_add( in TEST() local 1147 EXPECT_NE(l2c, nullptr); in TEST() 1462 auto l2c = pldm_entity_association_tree_add( in TEST() local 1464 EXPECT_NE(l2c, nullptr); in TEST() [all …]
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | Makefile | 12 obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
|
/openbmc/linux/arch/arm/mm/ |
H A D | Makefile | 92 obj-$(CONFIG_OUTER_CACHE) += l2c-common.o 95 obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o l2c-l2x0-resume.o
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H 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;
|
H A D | cvmx-npei-defs.h | 3722 uint64_t l2c:1; member 3756 uint64_t l2c:1;
|
/openbmc/linux/drivers/staging/octeon/ |
H 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
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | bluestone.dts | 113 L2C0: l2c {
|
H A D | arches.dts | 114 L2C0: l2c {
|
H A D | taishan.dts | 109 L2C0: l2c {
|
H A D | canyonlands.dts | 117 L2C0: l2c {
|
H A D | glacier.dts | 110 L2C0: l2c {
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4210.dtsi | 272 l2c: cache-controller@10502000 { label
|
H A D | exynos4x12.dtsi | 265 l2c: cache-controller@10502000 { label
|
/openbmc/qemu/pc-bios/ |
H A D | canyonlands.dts | 117 L2C0: l2c {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine.dtsi | 388 * Herobrine boards only use l2c to power an external audio codec (like
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 3732 cvmx-l2c.c: 19669 3733 cvmx-l2c-defs.h: 23395 3734 cvmx-l2c.h: 10068
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |